#06A975

Color #06A975 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #06A975

Tints of Jade #06A975

Color information

#06A975 (or 0x06A975) is unknown color: approx Jade. HEX triplet: 06, A9 and 75. RGB value is (6,169,117). Sum of RGB (Red+Green+Blue) = 6+169+117=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 169 (66.41% from 255 or 57.88% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 169 - color contains mainly: green. Hex color #06A975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A975 is #F9568A. Grayscale: #727272. Windows color (decimal): -16340619 or 7710982. OLE color: 7710982.

HSL color Cylindrical-coordinate representation of color #06A975: hue angle of 160.86º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A975 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB6169117-
CMYK0.9600.310.34
HSL160.86º93.14%34.31%-
HSV(B)160.86º96.45%66.27%-
XYZ17.4729.721.64-
YUV114.33129.550.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 169 (66.41% from 255) = 57.88%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=2.05%
G=57.88%
B=40.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61691170.9600.310.34160.8693.1434.31
Hex6A9756001F22a15d22
Octal62511651400374224113542
Binary1101010100111101011100000011111100010101000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A975; }

 p { color: rgb(6,169,117); }

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

<style>
 a { background-color: #06A975; }

 a { background-color: rgb(6,169,117); }

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

<style>
 span { border-color: #06A975; }

 span { border-color: rgb(6,169,117); }

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