#07A367

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

Shades of Jade #07A367

Tints of Jade #07A367

Color information

#07A367 (or 0x07A367) is unknown color: approx Jade. HEX triplet: 07, A3 and 67. RGB value is (7,163,103). Sum of RGB (Red+Green+Blue) = 7+163+103=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #07A367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A367 is #F85C98. Grayscale: #6D6D6D. Windows color (decimal): -16276633 or 6791943. OLE color: 6791943.

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

Color convert

RGB7163103-
CMYK0.9600.370.36
HSL156.92º91.76%33.33%-
HSV(B)156.92º95.71%63.92%-
XYZ15.6327.2217.26-
YUV109.52124.3254.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 163 (64.06% from 255) = 59.71%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=2.56%
G=59.71%
B=37.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631030.9600.370.36156.9291.7633.33
Hex7A36760025249d5c21
Octal72431471400454423513441
Binary11110100011110011111000000100101100100100111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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