Html Css Color HEX #07BA0C Islamic Green

📋 copy color: '#07BA0C'

red 7 ◦ green 186 ◦ blue 12

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

Shades of Islamic Green #07BA0C

Tints of Islamic Green #07BA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 3.41%
G = 90.73%
B = 5.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#07BA0C (or 0x07BA0C) is known color: Islamic Green. HEX triplet: 07, BA and 0C. RGB value is (7,186,12). Sum of RGB (Red+Green+Blue) = 7+186+12=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 186 (73.05% from 255 or 90.73% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BA0C is #F845F3. Grayscale: #717171. Windows color (decimal): -16270836 or 834055. OLE color: 834055.

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

Color convert

RGB 7 186 12 -
CMYK 0.96 0 0.94 0.27
HSL 121.68º 0.93% 0.38% -
HSV(B) 121.68º 0.96% 0.73% -
XYZ 17.71 35.19 6.21 -
YUV 112.64 71.2 52.65 -
System Red Green Blue C M Y K H S L
Decimal 7 186 12 0.96 0 0.94 0.27 121.68 0.93 0.38
Hex 7 BA C 60 0 5E 1B 7A 5D 26
Octal 7 272 14 140 0 136 33 172 135 46
Binary 111 10111010 1100 1100000 0 1011110 11011 1111010 1011101 100110

Color Harmonies of #07BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA0C

Black with #07BA0C

Text Example


Text Example

White with #07BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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