#0A756F

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

Shades of Pine Green #0A756F

Tints of Pine Green #0A756F

Color information

#0A756F (or 0x0A756F) is unknown color: approx Pine Green. HEX triplet: 0A, 75 and 6F. RGB value is (10,117,111). Sum of RGB (Red+Green+Blue) = 10+117+111=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #0A756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A756F is #F58A90. Grayscale: #545454. Windows color (decimal): -16091793 or 7304458. OLE color: 7304458.

HSL color Cylindrical-coordinate representation of color #0A756F: hue angle of 176.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A756F is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB10117111-
CMYK0.9100.050.54
HSL176.64º84.25%24.9%-
HSV(B)176.64º91.45%45.88%-
XYZ9.3613.9317.24-
YUV84.32143.0574.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.20%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=4.20%
G=49.16%
B=46.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101171110.9100.050.54176.6484.2524.9
HexA756F5B0536b15419
Octal12165157133056626112431
Binary1010111010111011111011011010111011010110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,117,111); }

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

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

 a { background-color: rgb(10,117,111); }

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

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

 span { border-color: rgb(10,117,111); }

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