Html Css Color HEX #07950D Islamic Green

📋 copy color: '#07950D'

red 7 ◦ green 149 ◦ blue 13

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

Shades of Islamic Green #07950D

Tints of Islamic Green #07950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 88.17%

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 4.14%
G = 88.17%
B = 7.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#07950D (or 0x07950D) is known color: Islamic Green. HEX triplet: 07, 95 and 0D. RGB value is (7,149,13). Sum of RGB (Red+Green+Blue) = 7+149+13=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #07950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07950D is #F86AF2. Grayscale: #5B5B5B. Windows color (decimal): -16280307 or 890119. OLE color: 890119.

HSL color Cylindrical-coordinate representation of color #07950D: hue angle of 122.54º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07950D is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 149 13 -
CMYK 0.95 0 0.91 0.42
HSL 122.54º 0.91% 0.31% -
HSV(B) 122.54º 0.95% 0.58% -
XYZ 10.91 21.57 3.97 -
YUV 91.04 83.96 68.06 -
System Red Green Blue C M Y K H S L
Decimal 7 149 13 0.95 0 0.91 0.42 122.54 0.91 0.31
Hex 7 95 D 5F 0 5B 2A 7B 5B 1F
Octal 7 225 15 137 0 133 52 173 133 37
Binary 111 10010101 1101 1011111 0 1011011 101010 1111011 1011011 11111

Color Harmonies of #07950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07950D

Black with #07950D

Text Example


Text Example

White with #07950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07950D; }

 p { color: rgb(7,149,13); }

 H1.HeaderClassName
 {
   color: #07950D;
 }
 .AnyTagClassName
 {
   color: #07950D;
 }
</style>

background-color css

<style>
 a { background-color: #07950D; }

 a { background-color: rgb(7,149,13); }

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

border-color css

<style>
 span { border-color: #07950D; }

 span { border-color: rgb(7,149,13); }

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