Html Css Color HEX #0B7D73 Pine Green

📋 copy color: '#0B7D73'

red 11 ◦ green 125 ◦ blue 115

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

Shades of Pine Green #0B7D73

Tints of Pine Green #0B7D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 4.38%
G = 49.8%
B = 45.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#0B7D73 (or 0x0B7D73) is known color: Pine Green. HEX triplet: 0B, 7D and 73. RGB value is (11,125,115). Sum of RGB (Red+Green+Blue) = 11+125+115=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7D73 is #F4828C. Grayscale: #595959. Windows color (decimal): -16024205 or 7568651. OLE color: 7568651.

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

Color convert

RGB 11 125 115 -
CMYK 0.91 0 0.08 0.51
HSL 174.74º 0.84% 0.27% -
HSV(B) 174.74º 0.91% 0.49% -
XYZ 10.57 15.98 18.75 -
YUV 89.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 11 125 115 0.91 0 0.08 0.51 174.74 0.84 0.27
Hex B 7D 73 5B 0 8 33 AF 54 1B
Octal 13 175 163 133 0 10 63 257 124 33
Binary 1011 1111101 1110011 1011011 0 1000 110011 10101111 1010100 11011

Color Harmonies of #0B7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7D73

Black with #0B7D73

Text Example


Text Example

White with #0B7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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