Html Css Color HEX #07C06A Jade

📋 copy color: '#07C06A'

red 7 ◦ green 192 ◦ blue 106

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

Shades of Jade #07C06A

Tints of Jade #07C06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 2.3%
G = 62.95%
B = 34.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#07C06A (or 0x07C06A) is known color: Jade. HEX triplet: 07, C0 and 6A. RGB value is (7,192,106). Sum of RGB (Red+Green+Blue) = 7+192+106=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #07C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C06A is #F83F95. Grayscale: #7F7F7F. Windows color (decimal): -16269206 or 6995975. OLE color: 6995975.

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

Color convert

RGB 7 192 106 -
CMYK 0.96 0 0.45 0.25
HSL 152.11º 0.93% 0.39% -
HSV(B) 152.11º 0.96% 0.75% -
XYZ 21.54 38.79 19.99 -
YUV 126.88 116.21 42.49 -
System Red Green Blue C M Y K H S L
Decimal 7 192 106 0.96 0 0.45 0.25 152.11 0.93 0.39
Hex 7 C0 6A 60 0 2D 19 98 5D 27
Octal 7 300 152 140 0 55 31 230 135 47
Binary 111 11000000 1101010 1100000 0 101101 11001 10011000 1011101 100111

Color Harmonies of #07C06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C06A

Black with #07C06A

Text Example


Text Example

White with #07C06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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