#0a7267

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

Shades of Pine Green #0A7267

Tints of Pine Green #0A7267

Color information

#0A7267 (or 0x0A7267) is unknown color: approx Pine Green. HEX triplet: 0A, 72 and 67. RGB value is (10,114,103). Sum of RGB (Red+Green+Blue) = 10+114+103=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7267 is #F58D98. Grayscale: #515151. Windows color (decimal): -16092569 or 6779402. OLE color: 6779402.

HSL color Cylindrical-coordinate representation of color #0A7267: hue angle of 173.65º 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 #0A7267 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB10114103-
CMYK0.9100.100.55
HSL173.65º83.87%24.31%-
HSV(B)173.65º91.23%44.71%-
XYZ8.5913.0814.9-
YUV81.65140.0476.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=4.41%
G=50.22%
B=45.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101141030.9100.100.55173.6583.8724.31
HexA72675B0A37ae5418
Octal121621471330126725612430
Binary10101110010110011110110110101011011110101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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