Html Css Color HEX #0B7D6C Pine Green

📋 copy color: '#0B7D6C'

red 11 ◦ green 125 ◦ blue 108

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

Shades of Pine Green #0B7D6C

Tints of Pine Green #0B7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.23%

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 4.51%
G = 51.23%
B = 44.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#0B7D6C (or 0x0B7D6C) is known color: Pine Green. HEX triplet: 0B, 7D and 6C. RGB value is (11,125,108). Sum of RGB (Red+Green+Blue) = 11+125+108=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 125 (49.22% from 255 or 51.23% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7D6C is #F48293. Grayscale: #585858. Windows color (decimal): -16024212 or 7109899. OLE color: 7109899.

HSL color Cylindrical-coordinate representation of color #0B7D6C: hue angle of 171.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7D6C is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 125 108 -
CMYK 0.91 0 0.14 0.51
HSL 171.05º 0.84% 0.27% -
HSV(B) 171.05º 0.91% 0.49% -
XYZ 10.18 15.82 16.7 -
YUV 88.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 11 125 108 0.91 0 0.14 0.51 171.05 0.84 0.27
Hex B 7D 6C 5B 0 E 33 AB 54 1B
Octal 13 175 154 133 0 16 63 253 124 33
Binary 1011 1111101 1101100 1011011 0 1110 110011 10101011 1010100 11011

Color Harmonies of #0B7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7D6C

Black with #0B7D6C

Text Example


Text Example

White with #0B7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,125,108); }

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

background-color css

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

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

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

border-color css

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

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

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