#0B7568

Color #0B7568 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #0B7568

Tints of Pine Green #0B7568

Color information

#0B7568 (or 0x0B7568) is unknown color: approx Pine Green. HEX triplet: 0B, 75 and 68. RGB value is (11,117,104). Sum of RGB (Red+Green+Blue) = 11+117+104=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7568 is #F48A97. Grayscale: #535353. Windows color (decimal): -16026264 or 6845707. OLE color: 6845707.

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

Color convert

RGB11117104-
CMYK0.9100.110.54
HSL172.64º82.81%25.1%-
HSV(B)172.64º90.6%45.88%-
XYZ913.7915.28-
YUV83.82139.3876.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=4.74%
G=50.43%
B=44.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111171040.9100.110.54172.6482.8125.1
HexB75685B0B36ad5319
Octal131651501330136625512331
Binary10111110101110100010110110101111011010101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B7568;
 }
 .AnyTagClassName
 {
   color: #0B7568;
 }
</style>
background-color css

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

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

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

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

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

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