Html Css Color HEX #0B716E Pine Green

📋 copy color: '#0B716E'

red 11 ◦ green 113 ◦ blue 110

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

Shades of Pine Green #0B716E

Tints of Pine Green #0B716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 4.7%
G = 48.29%
B = 47.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#0B716E (or 0x0B716E) is known color: Pine Green. HEX triplet: 0B, 71 and 6E. RGB value is (11,113,110). Sum of RGB (Red+Green+Blue) = 11+113+110=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #0B716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B716E is #F48E91. Grayscale: #525252. Windows color (decimal): -16027282 or 7237899. OLE color: 7237899.

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

Color convert

RGB 11 113 110 -
CMYK 0.90 0 0.03 0.56
HSL 178.24º 0.82% 0.24% -
HSV(B) 178.24º 0.9% 0.44% -
XYZ 8.86 13.01 16.8 -
YUV 82.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 11 113 110 0.90 0 0.03 0.56 178.24 0.82 0.24
Hex B 71 6E 5A 0 3 38 B2 52 18
Octal 13 161 156 132 0 3 70 262 122 30
Binary 1011 1110001 1101110 1011010 0 11 111000 10110010 1010010 11000

Color Harmonies of #0B716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B716E

Black with #0B716E

Text Example


Text Example

White with #0B716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,113,110); }

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

background-color css

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

 a { background-color: rgb(11,113,110); }

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

border-color css

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

 span { border-color: rgb(11,113,110); }

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