Html Css Color HEX #07970A Islamic Green

📋 copy color: '#07970A'

red 7 ◦ green 151 ◦ blue 10

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

Shades of Islamic Green #07970A

Tints of Islamic Green #07970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 89.88%

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

R = 4.17%
G = 89.88%
B = 5.95%

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

#07970A (or 0x07970A) is known color: Islamic Green. HEX triplet: 07, 97 and 0A. RGB value is (7,151,10). Sum of RGB (Red+Green+Blue) = 7+151+10=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 151 (59.38% from 255 or 89.88% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 151 - color contains mainly: green. Hex color #07970A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07970A is #F868F5. Grayscale: #5C5C5C. Windows color (decimal): -16279798 or 694023. OLE color: 694023.

HSL color Cylindrical-coordinate representation of color #07970A: hue angle of 121.25º 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 #07970A is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 151 10 -
CMYK 0.95 0 0.93 0.41
HSL 121.25º 0.91% 0.31% -
HSV(B) 121.25º 0.95% 0.59% -
XYZ 11.21 22.2 3.98 -
YUV 91.87 81.79 67.46 -
System Red Green Blue C M Y K H S L
Decimal 7 151 10 0.95 0 0.93 0.41 121.25 0.91 0.31
Hex 7 97 A 5F 0 5D 29 79 5B 1F
Octal 7 227 12 137 0 135 51 171 133 37
Binary 111 10010111 1010 1011111 0 1011101 101001 1111001 1011011 11111

Color Harmonies of #07970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07970A

Black with #07970A

Text Example


Text Example

White with #07970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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