#07C060

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

Shades of Jade #07C060

Tints of Jade #07C060

Color information

#07C060 (or 0x07C060) is unknown color: approx Jade. HEX triplet: 07, C0 and 60. RGB value is (7,192,96). Sum of RGB (Red+Green+Blue) = 7+192+96=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #07C060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C060 is #F83F9F. Grayscale: #7D7D7D. Windows color (decimal): -16269216 or 6340615. OLE color: 6340615.

HSL color Cylindrical-coordinate representation of color #07C060: hue angle of 148.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C060 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB719296-
CMYK0.9600.500.25
HSL148.86º92.96%39.02%-
HSV(B)148.86º96.35%75.29%-
XYZ21.0538.5917.41-
YUV125.74111.2143.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.37%
GREEN value IS 192 (75.39% from 255) = 65.08%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=2.37%
G=65.08%
B=32.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7192960.9600.500.25148.8692.9639.02
Hex7C0606003219955d27
Octal73001401400623122513547
Binary1111100000011000001100000011001011001100101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,192,96); }

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

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

 a { background-color: rgb(7,192,96); }

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

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

 span { border-color: rgb(7,192,96); }

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