Html Css Color HEX #0B756A Pine Green

📋 copy color: '#0B756A'

red 11 ◦ green 117 ◦ blue 106

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

Shades of Pine Green #0B756A

Tints of Pine Green #0B756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 4.7%
G = 50%
B = 45.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#0B756A (or 0x0B756A) is known color: Pine Green. HEX triplet: 0B, 75 and 6A. RGB value is (11,117,106). Sum of RGB (Red+Green+Blue) = 11+117+106=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #0B756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B756A is #F48A95. Grayscale: #535353. Windows color (decimal): -16026262 or 6976779. OLE color: 6976779.

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

Color convert

RGB 11 117 106 -
CMYK 0.91 0 0.09 0.54
HSL 173.77º 0.83% 0.25% -
HSV(B) 173.77º 0.91% 0.46% -
XYZ 9.1 13.83 15.83 -
YUV 84.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 11 117 106 0.91 0 0.09 0.54 173.77 0.83 0.25
Hex B 75 6A 5B 0 9 36 AE 53 19
Octal 13 165 152 133 0 11 66 256 123 31
Binary 1011 1110101 1101010 1011011 0 1001 110110 10101110 1010011 11001

Color Harmonies of #0B756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B756A

Black with #0B756A

Text Example


Text Example

White with #0B756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,117,106); }

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

background-color css

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

 a { background-color: rgb(11,117,106); }

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

border-color css

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

 span { border-color: rgb(11,117,106); }

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