Html Css Color HEX #07C76F Jade

📋 copy color: '#07C76F'

red 7 ◦ green 199 ◦ blue 111

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

Shades of Jade #07C76F

Tints of Jade #07C76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.78%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 2.21%
G = 62.78%
B = 35.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#07C76F (or 0x07C76F) is known color: Jade. HEX triplet: 07, C7 and 6F. RGB value is (7,199,111). Sum of RGB (Red+Green+Blue) = 7+199+111=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #07C76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C76F is #F83890. Grayscale: #838383. Windows color (decimal): -16267409 or 7325447. OLE color: 7325447.

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

Color convert

RGB 7 199 111 -
CMYK 0.96 0 0.44 0.22
HSL 152.5º 0.93% 0.4% -
HSV(B) 152.5º 0.96% 0.78% -
XYZ 23.38 42.04 21.92 -
YUV 131.56 116.39 39.16 -
System Red Green Blue C M Y K H S L
Decimal 7 199 111 0.96 0 0.44 0.22 152.5 0.93 0.4
Hex 7 C7 6F 60 0 2C 16 98 5D 28
Octal 7 307 157 140 0 54 26 230 135 50
Binary 111 11000111 1101111 1100000 0 101100 10110 10011000 1011101 101000

Color Harmonies of #07C76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C76F

Black with #07C76F

Text Example


Text Example

White with #07C76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,199,111); }

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

background-color css

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

 a { background-color: rgb(7,199,111); }

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

border-color css

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

 span { border-color: rgb(7,199,111); }

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