Html Css Color HEX #07C013 Islamic Green

📋 copy color: '#07C013'

red 7 ◦ green 192 ◦ blue 19

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

Shades of Islamic Green #07C013

Tints of Islamic Green #07C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 3.21%
G = 88.07%
B = 8.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#07C013 (or 0x07C013) is known color: Islamic Green. HEX triplet: 07, C0 and 13. RGB value is (7,192,19). Sum of RGB (Red+Green+Blue) = 7+192+19=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #07C013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C013 is #F83FEC. Grayscale: #757575. Windows color (decimal): -16269293 or 1294343. OLE color: 1294343.

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

Color convert

RGB 7 192 19 -
CMYK 0.96 0 0.90 0.25
HSL 123.89º 0.93% 0.39% -
HSV(B) 123.89º 0.96% 0.75% -
XYZ 19.05 37.79 6.91 -
YUV 116.96 72.71 49.57 -
System Red Green Blue C M Y K H S L
Decimal 7 192 19 0.96 0 0.90 0.25 123.89 0.93 0.39
Hex 7 C0 13 60 0 5A 19 7C 5D 27
Octal 7 300 23 140 0 132 31 174 135 47
Binary 111 11000000 10011 1100000 0 1011010 11001 1111100 1011101 100111

Color Harmonies of #07C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C013

Black with #07C013

Text Example


Text Example

White with #07C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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