#0B7B6E

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

Shades of Pine Green #0B7B6E

Tints of Pine Green #0B7B6E

Color information

#0B7B6E (or 0x0B7B6E) is unknown color: approx Pine Green. HEX triplet: 0B, 7B and 6E. RGB value is (11,123,110). Sum of RGB (Red+Green+Blue) = 11+123+110=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7B6E is #F48491. Grayscale: #575757. Windows color (decimal): -16024722 or 7240459. OLE color: 7240459.

HSL color Cylindrical-coordinate representation of color #0B7B6E: hue angle of 173.04º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B6E is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB11123110-
CMYK0.9100.110.52
HSL173.04º83.58%26.27%-
HSV(B)173.04º91.06%48.24%-
XYZ10.0415.3617.19-
YUV88.03140.3973.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.51%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=4.51%
G=50.41%
B=45.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111231100.9100.110.52173.0483.5826.27
HexB7B6E5B0B34ad541a
Octal131731561330136425512432
Binary10111111011110111010110110101111010010101101101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,110); }

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

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

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

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

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

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

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