Html Css Color HEX #0B6F66 Pine Green

📋 copy color: '#0B6F66'

red 11 ◦ green 111 ◦ blue 102

#0B6F66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0B6F66

Tints of Pine Green #0B6F66

RGB

 RED value IS 11 (4.69% from 255) = 4.91%

 GREEN value IS 111 (43.75% from 255) = 49.55%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 4.91%
G = 49.55%
B = 45.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#0B6F66 (or 0x0B6F66) is known color: Pine Green. HEX triplet: 0B, 6F and 66. RGB value is (11,111,102). Sum of RGB (Red+Green+Blue) = 11+111+102=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F66 is #F49099. Grayscale: #505050. Windows color (decimal): -16027802 or 6713099. OLE color: 6713099.

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

Color convert

RGB 11 111 102 -
CMYK 0.90 0 0.08 0.56
HSL 174.6º 0.82% 0.24% -
HSV(B) 174.6º 0.9% 0.44% -
XYZ 8.22 12.4 14.53 -
YUV 80.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 11 111 102 0.90 0 0.08 0.56 174.6 0.82 0.24
Hex B 6F 66 5A 0 8 38 AF 52 18
Octal 13 157 146 132 0 10 70 257 122 30
Binary 1011 1101111 1100110 1011010 0 1000 111000 10101111 1010010 11000

Color Harmonies of #0B6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6F66

Black with #0B6F66

Text Example


Text Example

White with #0B6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B6F66;
 }
 .AnyTagClassName
 {
   color: #0B6F66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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