#0D7567

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

Shades of Pine Green #0D7567

Tints of Pine Green #0D7567

Color information

#0D7567 (or 0x0D7567) is unknown color: approx Pine Green. HEX triplet: 0D, 75 and 67. RGB value is (13,117,103). Sum of RGB (Red+Green+Blue) = 13+117+103=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7567 is #F28A98. Grayscale: #545454. Windows color (decimal): -15895193 or 6780173. OLE color: 6780173.

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

Color convert

RGB13117103-
CMYK0.8900.120.54
HSL171.92º80%25.49%-
HSV(B)171.92º88.89%45.88%-
XYZ8.9813.7915.02-
YUV84.31138.5477.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.58%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=5.58%
G=50.21%
B=44.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131171030.8900.120.54171.928025.49
HexD7567590C36ac5019
Octal151651471310146625412031
Binary11011110101110011110110010110011011010101100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,103); }

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

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

 a { background-color: rgb(13,117,103); }

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

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

 span { border-color: rgb(13,117,103); }

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