#07A46C

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

Shades of Jade #07A46C

Tints of Jade #07A46C

Color information

#07A46C (or 0x07A46C) is unknown color: approx Jade. HEX triplet: 07, A4 and 6C. RGB value is (7,164,108). Sum of RGB (Red+Green+Blue) = 7+164+108=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #07A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A46C is #F85B93. Grayscale: #6E6E6E. Windows color (decimal): -16276372 or 7119879. OLE color: 7119879.

HSL color Cylindrical-coordinate representation of color #07A46C: hue angle of 158.6º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A46C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB7164108-
CMYK0.9600.340.36
HSL158.6º91.81%33.53%-
HSV(B)158.6º95.73%64.31%-
XYZ16.0727.6818.68-
YUV110.67126.4954.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 164 (64.45% from 255) = 58.78%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=2.51%
G=58.78%
B=38.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71641080.9600.340.36158.691.8133.53
Hex7A46C60022249f5c22
Octal72441541400424423713442
Binary11110100100110110011000000100010100100100111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A46C; }

 p { color: rgb(7,164,108); }

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

<style>
 a { background-color: #07A46C; }

 a { background-color: rgb(7,164,108); }

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

<style>
 span { border-color: #07A46C; }

 span { border-color: rgb(7,164,108); }

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