Html Css Color HEX #07B914 Islamic Green

📋 copy color: '#07B914'

red 7 ◦ green 185 ◦ blue 20

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

Shades of Islamic Green #07B914

Tints of Islamic Green #07B914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 87.26%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 3.3%
G = 87.26%
B = 9.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#07B914 (or 0x07B914) is known color: Islamic Green. HEX triplet: 07, B9 and 14. RGB value is (7,185,20). Sum of RGB (Red+Green+Blue) = 7+185+20=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 185 (72.66% from 255 or 87.26% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 185 - color contains mainly: green. Hex color #07B914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07B914 is #F846EB. Grayscale: #717171. Windows color (decimal): -16271084 or 1358087. OLE color: 1358087.

HSL color Cylindrical-coordinate representation of color #07B914: hue angle of 124.38º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B914 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 185 20 -
CMYK 0.96 0 0.89 0.27
HSL 124.38º 0.93% 0.38% -
HSV(B) 124.38º 0.96% 0.73% -
XYZ 17.56 34.79 6.45 -
YUV 112.97 75.53 52.42 -
System Red Green Blue C M Y K H S L
Decimal 7 185 20 0.96 0 0.89 0.27 124.38 0.93 0.38
Hex 7 B9 14 60 0 59 1B 7C 5D 26
Octal 7 271 24 140 0 131 33 174 135 46
Binary 111 10111001 10100 1100000 0 1011001 11011 1111100 1011101 100110

Color Harmonies of #07B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B914

Black with #07B914

Text Example


Text Example

White with #07B914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,185,20); }

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

background-color css

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

 a { background-color: rgb(7,185,20); }

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

border-color css

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

 span { border-color: rgb(7,185,20); }

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