Html Css Color HEX #0B7A70 Pine Green

📋 copy color: '#0B7A70'

red 11 ◦ green 122 ◦ blue 112

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

Shades of Pine Green #0B7A70

Tints of Pine Green #0B7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.8%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 4.49%
G = 49.8%
B = 45.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#0B7A70 (or 0x0B7A70) is known color: Pine Green. HEX triplet: 0B, 7A and 70. RGB value is (11,122,112). Sum of RGB (Red+Green+Blue) = 11+122+112=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7A70 is #F4858F. Grayscale: #575757. Windows color (decimal): -16024976 or 7371275. OLE color: 7371275.

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

Color convert

RGB 11 122 112 -
CMYK 0.91 0 0.08 0.52
HSL 174.59º 0.83% 0.26% -
HSV(B) 174.59º 0.91% 0.48% -
XYZ 10.02 15.16 17.73 -
YUV 87.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 11 122 112 0.91 0 0.08 0.52 174.59 0.83 0.26
Hex B 7A 70 5B 0 8 34 AF 53 1A
Octal 13 172 160 133 0 10 64 257 123 32
Binary 1011 1111010 1110000 1011011 0 1000 110100 10101111 1010011 11010

Color Harmonies of #0B7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7A70

Black with #0B7A70

Text Example


Text Example

White with #0B7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,122,112); }

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

background-color css

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

 a { background-color: rgb(11,122,112); }

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

border-color css

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

 span { border-color: rgb(11,122,112); }

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