#07A46B

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

Shades of Jade #07A46B

Tints of Jade #07A46B

Color information

#07A46B (or 0x07A46B) is unknown color: approx Jade. HEX triplet: 07, A4 and 6B. RGB value is (7,164,107). Sum of RGB (Red+Green+Blue) = 7+164+107=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #07A46B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A46B is #F85B94. Grayscale: #6E6E6E. Windows color (decimal): -16276373 or 7054343. OLE color: 7054343.

HSL color Cylindrical-coordinate representation of color #07A46B: hue angle of 158.22º 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 #07A46B is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB7164107-
CMYK0.9600.350.36
HSL158.22º91.81%33.53%-
HSV(B)158.22º95.73%64.31%-
XYZ16.0227.6618.4-
YUV110.56125.9954.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.52%
GREEN value IS 164 (64.45% from 255) = 58.99%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=2.52%
G=58.99%
B=38.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71641070.9600.350.36158.2291.8133.53
Hex7A46B60023249e5c22
Octal72441531400434423613442
Binary11110100100110101111000000100011100100100111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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