#0B7066

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

Shades of Pine Green #0B7066

Tints of Pine Green #0B7066

Color information

#0B7066 (or 0x0B7066) is unknown color: approx Pine Green. HEX triplet: 0B, 70 and 66. RGB value is (11,112,102). Sum of RGB (Red+Green+Blue) = 11+112+102=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7066 is #F48F99. Grayscale: #505050. Windows color (decimal): -16027546 or 6713355. OLE color: 6713355.

HSL color Cylindrical-coordinate representation of color #0B7066: hue angle of 174.06º 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 #0B7066 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11112102-
CMYK0.9000.090.56
HSL174.06º82.11%24.12%-
HSV(B)174.06º90.18%43.92%-
XYZ8.3312.6214.57-
YUV80.66140.0478.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=4.89%
G=49.78%
B=45.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121020.9000.090.56174.0682.1124.12
HexB70665A0938ae5218
Octal131601461320117025612230
Binary10111110000110011010110100100111100010101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,112,102); }

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

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

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

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

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

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

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