#0A7066

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

Shades of Pine Green #0A7066

Tints of Pine Green #0A7066

Color information

#0A7066 (or 0x0A7066) is unknown color: approx Pine Green. HEX triplet: 0A, 70 and 66. RGB value is (10,112,102). Sum of RGB (Red+Green+Blue) = 10+112+102=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7066 is #F58F99. Grayscale: #505050. Windows color (decimal): -16093082 or 6713354. OLE color: 6713354.

HSL color Cylindrical-coordinate representation of color #0A7066: hue angle of 174.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7066 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB10112102-
CMYK0.9100.090.56
HSL174.12º83.61%23.92%-
HSV(B)174.12º91.07%43.92%-
XYZ8.3212.6114.57-
YUV80.36140.2177.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=4.46%
G=50%
B=45.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101121020.9100.090.56174.1283.6123.92
HexA70665B0938ae5418
Octal121601461330117025612430
Binary10101110000110011010110110100111100010101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,102); }

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

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

 a { background-color: rgb(10,112,102); }

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

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

 span { border-color: rgb(10,112,102); }

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