Html Css Color HEX #0B7D6B Pine Green

📋 copy color: '#0B7D6B'

red 11 ◦ green 125 ◦ blue 107

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

Shades of Pine Green #0B7D6B

Tints of Pine Green #0B7D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 4.53%
G = 51.44%
B = 44.03%

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

#0B7D6B (or 0x0B7D6B) is known color: Pine Green. HEX triplet: 0B, 7D and 6B. RGB value is (11,125,107). Sum of RGB (Red+Green+Blue) = 11+125+107=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7D6B is #F48294. Grayscale: #585858. Windows color (decimal): -16024213 or 7044363. OLE color: 7044363.

HSL color Cylindrical-coordinate representation of color #0B7D6B: hue angle of 170.53º 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 #0B7D6B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 125 107 -
CMYK 0.91 0 0.14 0.51
HSL 170.53º 0.84% 0.27% -
HSV(B) 170.53º 0.91% 0.49% -
XYZ 10.13 15.8 16.43 -
YUV 88.86 138.23 72.46 -
System Red Green Blue C M Y K H S L
Decimal 11 125 107 0.91 0 0.14 0.51 170.53 0.84 0.27
Hex B 7D 6B 5B 0 E 33 AB 54 1B
Octal 13 175 153 133 0 16 63 253 124 33
Binary 1011 1111101 1101011 1011011 0 1110 110011 10101011 1010100 11011

Color Harmonies of #0B7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7D6B

Black with #0B7D6B

Text Example


Text Example

White with #0B7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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