Html Css Color HEX #01B707 Islamic Green

📋 copy color: '#01B707'

red 1 ◦ green 183 ◦ blue 7

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

Shades of Islamic Green #01B707

Tints of Islamic Green #01B707

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

 GREEN value IS 183 (71.88% from 255) = 95.81%

 BLUE value IS 7 (3.13% from 255) = 3.66%

R = 0.52%
G = 95.81%
B = 3.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#01B707 (or 0x01B707) is known color: Islamic Green. HEX triplet: 01, B7 and 07. RGB value is (1,183,7). Sum of RGB (Red+Green+Blue) = 1+183+7=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 183 (71.88% from 255 or 95.81% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 183 - color contains mainly: green. Hex color #01B707 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B707 is #FE48F8. Grayscale: #6D6D6D. Windows color (decimal): -16664825 or 505601. OLE color: 505601.

HSL color Cylindrical-coordinate representation of color #01B707: hue angle of 121.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B707 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 183 7 -
CMYK 0.99 0 0.96 0.28
HSL 121.98º 0.99% 0.36% -
HSV(B) 121.98º 0.99% 0.72% -
XYZ 16.98 33.89 5.85 -
YUV 108.52 70.7 51.31 -
System Red Green Blue C M Y K H S L
Decimal 1 183 7 0.99 0 0.96 0.28 121.98 0.99 0.36
Hex 1 B7 7 63 0 60 1C 7A 63 24
Octal 1 267 7 143 0 140 34 172 143 44
Binary 1 10110111 111 1100011 0 1100000 11100 1111010 1100011 100100

Color Harmonies of #01B707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B707

Black with #01B707

Text Example


Text Example

White with #01B707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B707; }

 p { color: rgb(1,183,7); }

 H1.HeaderClassName
 {
   color: #01B707;
 }
 .AnyTagClassName
 {
   color: #01B707;
 }
</style>

background-color css

<style>
 a { background-color: #01B707; }

 a { background-color: rgb(1,183,7); }

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

border-color css

<style>
 span { border-color: #01B707; }

 span { border-color: rgb(1,183,7); }

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