#07A36B

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

Shades of Jade #07A36B

Tints of Jade #07A36B

Color information

#07A36B (or 0x07A36B) is unknown color: approx Jade. HEX triplet: 07, A3 and 6B. RGB value is (7,163,107). Sum of RGB (Red+Green+Blue) = 7+163+107=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #07A36B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A36B is #F85C94. Grayscale: #6E6E6E. Windows color (decimal): -16276629 or 7054087. OLE color: 7054087.

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

Color convert

RGB7163107-
CMYK0.9600.340.36
HSL158.46º91.76%33.33%-
HSV(B)158.46º95.71%63.92%-
XYZ15.8427.318.34-
YUV109.97126.3254.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.53%
GREEN value IS 163 (64.06% from 255) = 58.84%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=2.53%
G=58.84%
B=38.63%

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
Decimal71631070.9600.340.36158.4691.7633.33
Hex7A36B60022249e5c21
Octal72431531400424423613441
Binary11110100011110101111000000100010100100100111101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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