#0B6F68

Color #0B6F68 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #0B6F68

Tints of Pine Green #0B6F68

Color information

#0B6F68 (or 0x0B6F68) is unknown color: approx Pine Green. HEX triplet: 0B, 6F and 68. RGB value is (11,111,104). Sum of RGB (Red+Green+Blue) = 11+111+104=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F68 is #F49097. Grayscale: #505050. Windows color (decimal): -16027800 or 6844171. OLE color: 6844171.

HSL color Cylindrical-coordinate representation of color #0B6F68: hue angle of 175.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6F68 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11111104-
CMYK0.9000.060.56
HSL175.8º81.97%23.92%-
HSV(B)175.8º90.09%43.53%-
XYZ8.3212.4415.06-
YUV80.3141.3778.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.87%
GREEN value IS 111 (43.75% from 255) = 49.12%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=4.87%
G=49.12%
B=46.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111111040.9000.060.56175.881.9723.92
HexB6F685A0638b05218
Octal13157150132067026012230
Binary1011110111111010001011010011011100010110000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6F68; }

 p { color: rgb(11,111,104); }

 H1.HeaderClassName
 {
   color: #0B6F68;
 }
 .AnyTagClassName
 {
   color: #0B6F68;
 }
</style>
background-color css

<style>
 a { background-color: #0B6F68; }

 a { background-color: rgb(11,111,104); }

 div.DivClassName
 {
   background-color: #0B6F68;
 }
 .BgClassName
 {
   background-color: #0B6F68;
 }
</style>
border-color css

<style>
 span { border-color: #0B6F68; }

 span { border-color: rgb(11,111,104); }

 td.TdClassName
 {
   border-color: #0B6F68;
 }
 .TagClassName
 {
   border-color: #0B6F68;
 }
</style>