#0A7E74

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

Shades of Pine Green #0A7E74

Tints of Pine Green #0A7E74

Color information

#0A7E74 (or 0x0A7E74) is unknown color: approx Pine Green. HEX triplet: 0A, 7E and 74. RGB value is (10,126,116). Sum of RGB (Red+Green+Blue) = 10+126+116=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7E74 is #F5818B. Grayscale: #5A5A5A. Windows color (decimal): -16089484 or 7634442. OLE color: 7634442.

HSL color Cylindrical-coordinate representation of color #0A7E74: hue angle of 174.83º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7E74 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB10126116-
CMYK0.9200.080.51
HSL174.83º85.29%26.67%-
HSV(B)174.83º92.06%49.41%-
XYZ10.7416.2519.09-
YUV90.18142.5770.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 126 (49.61% from 255) = 50%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=3.97%
G=50%
B=46.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101261160.9200.080.51174.8385.2926.67
HexA7E745C0833af551b
Octal121761641340106325712533
Binary10101111110111010010111000100011001110101111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,126,116); }

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

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

 a { background-color: rgb(10,126,116); }

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

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

 span { border-color: rgb(10,126,116); }

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