#07A368

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

Shades of Jade #07A368

Tints of Jade #07A368

Color information

#07A368 (or 0x07A368) is unknown color: approx Jade. HEX triplet: 07, A3 and 68. RGB value is (7,163,104). Sum of RGB (Red+Green+Blue) = 7+163+104=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #07A368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A368 is #F85C97. Grayscale: #6D6D6D. Windows color (decimal): -16276632 or 6857479. OLE color: 6857479.

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

Color convert

RGB7163104-
CMYK0.9600.360.36
HSL157.31º91.76%33.33%-
HSV(B)157.31º95.71%63.92%-
XYZ15.6827.2417.53-
YUV109.63124.8254.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 163 (64.06% from 255) = 59.49%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=2.55%
G=59.49%
B=37.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631040.9600.360.36157.3191.7633.33
Hex7A36860024249d5c21
Octal72431501400444423513441
Binary11110100011110100011000000100100100100100111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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