Html Css Color HEX #0B7671 Pine Green

📋 copy color: '#0B7671'

red 11 ◦ green 118 ◦ blue 113

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

Shades of Pine Green #0B7671

Tints of Pine Green #0B7671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 4.55%
G = 48.76%
B = 46.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#0B7671 (or 0x0B7671) is known color: Pine Green. HEX triplet: 0B, 76 and 71. RGB value is (11,118,113). Sum of RGB (Red+Green+Blue) = 11+118+113=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7671 is #F4898E. Grayscale: #555555. Windows color (decimal): -16025999 or 7435787. OLE color: 7435787.

HSL color Cylindrical-coordinate representation of color #0B7671: hue angle of 177.2º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7671 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 118 113 -
CMYK 0.91 0 0.04 0.54
HSL 177.2º 0.83% 0.25% -
HSV(B) 177.2º 0.91% 0.46% -
XYZ 9.6 14.22 17.86 -
YUV 85.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 11 118 113 0.91 0 0.04 0.54 177.2 0.83 0.25
Hex B 76 71 5B 0 4 36 B1 53 19
Octal 13 166 161 133 0 4 66 261 123 31
Binary 1011 1110110 1110001 1011011 0 100 110110 10110001 1010011 11001

Color Harmonies of #0B7671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7671

Black with #0B7671

Text Example


Text Example

White with #0B7671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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