Html Css Color HEX #07BA0F Islamic Green

📋 copy color: '#07BA0F'

red 7 ◦ green 186 ◦ blue 15

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

Shades of Islamic Green #07BA0F

Tints of Islamic Green #07BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 89.42%

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 3.37%
G = 89.42%
B = 7.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#07BA0F (or 0x07BA0F) is known color: Islamic Green. HEX triplet: 07, BA and 0F. RGB value is (7,186,15). Sum of RGB (Red+Green+Blue) = 7+186+15=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BA0F is #F845F0. Grayscale: #717171. Windows color (decimal): -16270833 or 1030663. OLE color: 1030663.

HSL color Cylindrical-coordinate representation of color #07BA0F: hue angle of 122.68º 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 #07BA0F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 186 15 -
CMYK 0.96 0 0.92 0.27
HSL 122.68º 0.93% 0.38% -
HSV(B) 122.68º 0.96% 0.73% -
XYZ 17.73 35.2 6.31 -
YUV 112.99 72.7 52.4 -
System Red Green Blue C M Y K H S L
Decimal 7 186 15 0.96 0 0.92 0.27 122.68 0.93 0.38
Hex 7 BA F 60 0 5C 1B 7B 5D 26
Octal 7 272 17 140 0 134 33 173 135 46
Binary 111 10111010 1111 1100000 0 1011100 11011 1111011 1011101 100110

Color Harmonies of #07BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA0F

Black with #07BA0F

Text Example


Text Example

White with #07BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,15); }

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

background-color css

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

 a { background-color: rgb(7,186,15); }

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

border-color css

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

 span { border-color: rgb(7,186,15); }

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