Html Css Color HEX #07960A Islamic Green

📋 copy color: '#07960A'

red 7 ◦ green 150 ◦ blue 10

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

Shades of Islamic Green #07960A

Tints of Islamic Green #07960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 89.82%

 BLUE value IS 10 (4.3% from 255) = 5.99%

R = 4.19%
G = 89.82%
B = 5.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#07960A (or 0x07960A) is known color: Islamic Green. HEX triplet: 07, 96 and 0A. RGB value is (7,150,10). Sum of RGB (Red+Green+Blue) = 7+150+10=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 150 (58.98% from 255 or 89.82% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 150 - color contains mainly: green. Hex color #07960A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07960A is #F869F5. Grayscale: #5B5B5B. Windows color (decimal): -16280054 or 693767. OLE color: 693767.

HSL color Cylindrical-coordinate representation of color #07960A: hue angle of 121.26º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07960A is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 150 10 -
CMYK 0.95 0 0.93 0.41
HSL 121.26º 0.91% 0.31% -
HSV(B) 121.26º 0.95% 0.59% -
XYZ 11.05 21.88 3.93 -
YUV 91.28 82.12 67.88 -
System Red Green Blue C M Y K H S L
Decimal 7 150 10 0.95 0 0.93 0.41 121.26 0.91 0.31
Hex 7 96 A 5F 0 5D 29 79 5B 1F
Octal 7 226 12 137 0 135 51 171 133 37
Binary 111 10010110 1010 1011111 0 1011101 101001 1111001 1011011 11111

Color Harmonies of #07960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07960A

Black with #07960A

Text Example


Text Example

White with #07960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07960A; }

 p { color: rgb(7,150,10); }

 H1.HeaderClassName
 {
   color: #07960A;
 }
 .AnyTagClassName
 {
   color: #07960A;
 }
</style>

background-color css

<style>
 a { background-color: #07960A; }

 a { background-color: rgb(7,150,10); }

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

border-color css

<style>
 span { border-color: #07960A; }

 span { border-color: rgb(7,150,10); }

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