Html Css Color HEX #07A11B Islamic Green

📋 copy color: '#07A11B'

red 7 ◦ green 161 ◦ blue 27

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

Shades of Islamic Green #07A11B

Tints of Islamic Green #07A11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 82.56%

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 3.59%
G = 82.56%
B = 13.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#07A11B (or 0x07A11B) is known color: Islamic Green. HEX triplet: 07, A1 and 1B. RGB value is (7,161,27). Sum of RGB (Red+Green+Blue) = 7+161+27=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 161 (63.28% from 255 or 82.56% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 161 - color contains mainly: green. Hex color #07A11B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A11B is #F85EE4. Grayscale: #646464. Windows color (decimal): -16277221 or 1810695. OLE color: 1810695.

HSL color Cylindrical-coordinate representation of color #07A11B: hue angle of 127.79º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A11B is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 161 27 -
CMYK 0.96 0 0.83 0.37
HSL 127.79º 0.92% 0.33% -
HSV(B) 127.79º 0.96% 0.63% -
XYZ 13.03 25.61 5.29 -
YUV 99.68 86.98 61.9 -
System Red Green Blue C M Y K H S L
Decimal 7 161 27 0.96 0 0.83 0.37 127.79 0.92 0.33
Hex 7 A1 1B 60 0 53 25 80 5C 21
Octal 7 241 33 140 0 123 45 200 134 41
Binary 111 10100001 11011 1100000 0 1010011 100101 10000000 1011100 100001

Color Harmonies of #07A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A11B

Black with #07A11B

Text Example


Text Example

White with #07A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,161,27); }

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

background-color css

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

 a { background-color: rgb(7,161,27); }

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

border-color css

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

 span { border-color: rgb(7,161,27); }

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