Html Css Color HEX #0BB307 Islamic Green

📋 copy color: '#0BB307'

red 11 ◦ green 179 ◦ blue 7

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

Shades of Islamic Green #0BB307

Tints of Islamic Green #0BB307

RGB

 RED value IS 11 (4.69% from 255) = 5.58%

 GREEN value IS 179 (70.31% from 255) = 90.86%

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

R = 5.58%
G = 90.86%
B = 3.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#0BB307 (or 0x0BB307) is known color: Islamic Green. HEX triplet: 0B, B3 and 07. RGB value is (11,179,7). Sum of RGB (Red+Green+Blue) = 11+179+7=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 179 (70.31% from 255 or 90.86% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB307 is #F44CF8. Grayscale: #6D6D6D. Windows color (decimal): -16010489 or 504587. OLE color: 504587.

HSL color Cylindrical-coordinate representation of color #0BB307: hue angle of 118.6º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BB307 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 179 7 -
CMYK 0.94 0 0.96 0.30
HSL 118.6º 0.92% 0.36% -
HSV(B) 118.6º 0.96% 0.7% -
XYZ 16.3 32.33 5.58 -
YUV 109.16 70.34 57.99 -
System Red Green Blue C M Y K H S L
Decimal 11 179 7 0.94 0 0.96 0.30 118.6 0.92 0.36
Hex B B3 7 5E 0 60 1E 77 5C 24
Octal 13 263 7 136 0 140 36 167 134 44
Binary 1011 10110011 111 1011110 0 1100000 11110 1110111 1011100 100100

Color Harmonies of #0BB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB307

Black with #0BB307

Text Example


Text Example

White with #0BB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB307; }

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

 H1.HeaderClassName
 {
   color: #0BB307;
 }
 .AnyTagClassName
 {
   color: #0BB307;
 }
</style>

background-color css

<style>
 a { background-color: #0BB307; }

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

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

border-color css

<style>
 span { border-color: #0BB307; }

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

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