Html Css Color HEX #07C064 Jade

📋 copy color: '#07C064'

red 7 ◦ green 192 ◦ blue 100

#07C064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #07C064

Tints of Jade #07C064

RGB

 RED value IS 7 (3.13% from 255) = 2.34%

 GREEN value IS 192 (75.39% from 255) = 64.21%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 2.34%
G = 64.21%
B = 33.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#07C064 (or 0x07C064) is known color: Jade. HEX triplet: 07, C0 and 64. RGB value is (7,192,100). Sum of RGB (Red+Green+Blue) = 7+192+100=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #07C064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C064 is #F83F9B. Grayscale: #7E7E7E. Windows color (decimal): -16269212 or 6602759. OLE color: 6602759.

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

Color convert

RGB 7 192 100 -
CMYK 0.96 0 0.48 0.25
HSL 150.16º 0.93% 0.39% -
HSV(B) 150.16º 0.96% 0.75% -
XYZ 21.24 38.66 18.4 -
YUV 126.2 113.21 42.98 -
System Red Green Blue C M Y K H S L
Decimal 7 192 100 0.96 0 0.48 0.25 150.16 0.93 0.39
Hex 7 C0 64 60 0 30 19 96 5D 27
Octal 7 300 144 140 0 60 31 226 135 47
Binary 111 11000000 1100100 1100000 0 110000 11001 10010110 1011101 100111

Color Harmonies of #07C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C064

Black with #07C064

Text Example


Text Example

White with #07C064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07C064;
 }
 .AnyTagClassName
 {
   color: #07C064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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