#0D7B74

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

Shades of Pine Green #0D7B74

Tints of Pine Green #0D7B74

Color information

#0D7B74 (or 0x0D7B74) is unknown color: approx Pine Green. HEX triplet: 0D, 7B and 74. RGB value is (13,123,116). Sum of RGB (Red+Green+Blue) = 13+123+116=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7B74 is #F2848B. Grayscale: #595959. Windows color (decimal): -15893644 or 7633677. OLE color: 7633677.

HSL color Cylindrical-coordinate representation of color #0D7B74: hue angle of 176.18º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B74 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB13123116-
CMYK0.8900.060.52
HSL176.18º80.88%26.67%-
HSV(B)176.18º89.43%48.24%-
XYZ10.415.5118.97-
YUV89.31143.0673.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=5.16%
G=48.81%
B=46.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal131231160.8900.060.52176.1880.8826.67
HexD7B74590634b0511b
Octal15173164131066426012133
Binary1101111101111101001011001011011010010110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,123,116); }

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

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

 a { background-color: rgb(13,123,116); }

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

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

 span { border-color: rgb(13,123,116); }

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