#07C36A

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

Shades of Jade #07C36A

Tints of Jade #07C36A

Color information

#07C36A (or 0x07C36A) is unknown color: approx Jade. HEX triplet: 07, C3 and 6A. RGB value is (7,195,106). Sum of RGB (Red+Green+Blue) = 7+195+106=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #07C36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C36A is #F83C95. Grayscale: #808080. Windows color (decimal): -16268438 or 6996743. OLE color: 6996743.

HSL color Cylindrical-coordinate representation of color #07C36A: hue angle of 151.6º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C36A is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB7195106-
CMYK0.9600.460.24
HSL151.6º93.07%39.61%-
HSV(B)151.6º96.41%76.47%-
XYZ22.240.1220.21-
YUV128.64115.2241.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 195 (76.56% from 255) = 63.31%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=2.27%
G=63.31%
B=34.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71951060.9600.460.24151.693.0739.61
Hex7C36A6002E18985d28
Octal73031521400563023013550
Binary1111100001111010101100000010111011000100110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,195,106); }

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

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

 a { background-color: rgb(7,195,106); }

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

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

 span { border-color: rgb(7,195,106); }

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