#0B6D6D

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

Shades of Pine Green #0B6D6D

Tints of Pine Green #0B6D6D

Color information

#0B6D6D (or 0x0B6D6D) is unknown color: approx Pine Green. HEX triplet: 0B, 6D and 6D. RGB value is (11,109,109). Sum of RGB (Red+Green+Blue) = 11+109+109=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #0B6D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6D6D is #F49292. Grayscale: #4F4F4F. Windows color (decimal): -16028307 or 7171339. OLE color: 7171339.

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

Color convert

RGB11109109-
CMYK0.90000.57
HSL180º81.67%23.53%-
HSV(B)180º89.91%42.75%-
XYZ8.3712.1116.36-
YUV79.7144.5379-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 109 (42.97% from 255) = 47.60%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=4.80%
G=47.60%
B=47.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111091090.90000.5718081.6723.53
HexB6D6D5A0039b45218
Octal13155155132007126412230
Binary10111101101110110110110100011100110110100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,109,109); }

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

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

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

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

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

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

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