Html Css Color HEX #07C260 Malachite

📋 copy color: '#07C260'

red 7 ◦ green 194 ◦ blue 96

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

Shades of Malachite #07C260

Tints of Malachite #07C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.32%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 2.36%
G = 65.32%
B = 32.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#07C260 (or 0x07C260) is known color: Malachite. HEX triplet: 07, C2 and 60. RGB value is (7,194,96). Sum of RGB (Red+Green+Blue) = 7+194+96=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #07C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C260 is #F83D9F. Grayscale: #7F7F7F. Windows color (decimal): -16268704 or 6341127. OLE color: 6341127.

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

Color convert

RGB 7 194 96 -
CMYK 0.96 0 0.51 0.24
HSL 148.56º 0.93% 0.39% -
HSV(B) 148.56º 0.96% 0.76% -
XYZ 21.49 39.47 17.55 -
YUV 126.92 110.55 42.47 -
System Red Green Blue C M Y K H S L
Decimal 7 194 96 0.96 0 0.51 0.24 148.56 0.93 0.39
Hex 7 C2 60 60 0 33 18 95 5D 27
Octal 7 302 140 140 0 63 30 225 135 47
Binary 111 11000010 1100000 1100000 0 110011 11000 10010101 1011101 100111

Color Harmonies of #07C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C260

Black with #07C260

Text Example


Text Example

White with #07C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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