#0A7269

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

Shades of Pine Green #0A7269

Tints of Pine Green #0A7269

Color information

#0A7269 (or 0x0A7269) is unknown color: approx Pine Green. HEX triplet: 0A, 72 and 69. RGB value is (10,114,105). Sum of RGB (Red+Green+Blue) = 10+114+105=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7269 is #F58D96. Grayscale: #515151. Windows color (decimal): -16092567 or 6910474. OLE color: 6910474.

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

Color convert

RGB10114105-
CMYK0.9100.080.55
HSL174.81º83.87%24.31%-
HSV(B)174.81º91.23%44.71%-
XYZ8.6913.1215.44-
YUV81.88141.0476.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=4.37%
G=49.78%
B=45.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101141050.9100.080.55174.8183.8724.31
HexA72695B0837af5418
Octal121621511330106725712430
Binary10101110010110100110110110100011011110101111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,105); }

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

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

 a { background-color: rgb(10,114,105); }

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

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

 span { border-color: rgb(10,114,105); }

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