#0A726A

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

Shades of Pine Green #0A726A

Tints of Pine Green #0A726A

Color information

#0A726A (or 0x0A726A) is unknown color: approx Pine Green. HEX triplet: 0A, 72 and 6A. RGB value is (10,114,106). Sum of RGB (Red+Green+Blue) = 10+114+106=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #0A726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A726A is #F58D95. Grayscale: #515151. Windows color (decimal): -16092566 or 6976010. OLE color: 6976010.

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

Color convert

RGB10114106-
CMYK0.9100.070.55
HSL175.38º83.87%24.31%-
HSV(B)175.38º91.23%44.71%-
XYZ8.7413.1415.71-
YUV81.99141.5476.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=4.35%
G=49.57%
B=46.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101141060.9100.070.55175.3883.8724.31
HexA726A5B0737af5418
Octal12162152133076725712430
Binary1010111001011010101011011011111011110101111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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