Html Css Color HEX #0B756B Pine Green

📋 copy color: '#0B756B'

red 11 ◦ green 117 ◦ blue 107

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

Shades of Pine Green #0B756B

Tints of Pine Green #0B756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 4.68%
G = 49.79%
B = 45.53%

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

#0B756B (or 0x0B756B) is known color: Pine Green. HEX triplet: 0B, 75 and 6B. RGB value is (11,117,107). Sum of RGB (Red+Green+Blue) = 11+117+107=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #0B756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B756B is #F48A94. Grayscale: #545454. Windows color (decimal): -16026261 or 7042315. OLE color: 7042315.

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

Color convert

RGB 11 117 107 -
CMYK 0.91 0 0.09 0.54
HSL 174.34º 0.83% 0.25% -
HSV(B) 174.34º 0.91% 0.46% -
XYZ 9.15 13.86 16.1 -
YUV 84.17 140.88 75.81 -
System Red Green Blue C M Y K H S L
Decimal 11 117 107 0.91 0 0.09 0.54 174.34 0.83 0.25
Hex B 75 6B 5B 0 9 36 AE 53 19
Octal 13 165 153 133 0 11 66 256 123 31
Binary 1011 1110101 1101011 1011011 0 1001 110110 10101110 1010011 11001

Color Harmonies of #0B756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B756B

Black with #0B756B

Text Example


Text Example

White with #0B756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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