Html Css Color HEX #07BC0B Islamic Green

📋 copy color: '#07BC0B'

red 7 ◦ green 188 ◦ blue 11

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

Shades of Islamic Green #07BC0B

Tints of Islamic Green #07BC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 91.26%

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 3.4%
G = 91.26%
B = 5.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#07BC0B (or 0x07BC0B) is known color: Islamic Green. HEX triplet: 07, BC and 0B. RGB value is (7,188,11). Sum of RGB (Red+Green+Blue) = 7+188+11=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BC0B is #F843F4. Grayscale: #727272. Windows color (decimal): -16270325 or 769031. OLE color: 769031.

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

Color convert

RGB 7 188 11 -
CMYK 0.96 0 0.94 0.26
HSL 121.33º 0.93% 0.38% -
HSV(B) 121.33º 0.96% 0.74% -
XYZ 18.13 36.04 6.32 -
YUV 113.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 7 188 11 0.96 0 0.94 0.26 121.33 0.93 0.38
Hex 7 BC B 60 0 5E 1A 79 5D 26
Octal 7 274 13 140 0 136 32 171 135 46
Binary 111 10111100 1011 1100000 0 1011110 11010 1111001 1011101 100110

Color Harmonies of #07BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC0B

Black with #07BC0B

Text Example


Text Example

White with #07BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,11); }

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

background-color css

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

 a { background-color: rgb(7,188,11); }

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

border-color css

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

 span { border-color: rgb(7,188,11); }

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