Html Css Color HEX #0B970D Islamic Green

📋 copy color: '#0B970D'

red 11 ◦ green 151 ◦ blue 13

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

Shades of Islamic Green #0B970D

Tints of Islamic Green #0B970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 86.29%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 6.29%
G = 86.29%
B = 7.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#0B970D (or 0x0B970D) is known color: Islamic Green. HEX triplet: 0B, 97 and 0D. RGB value is (11,151,13). Sum of RGB (Red+Green+Blue) = 11+151+13=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 151 (59.38% from 255 or 86.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 151 - color contains mainly: green. Hex color #0B970D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B970D is #F468F2. Grayscale: #5D5D5D. Windows color (decimal): -16017651 or 890635. OLE color: 890635.

HSL color Cylindrical-coordinate representation of color #0B970D: hue angle of 120.86º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B970D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 151 13 -
CMYK 0.93 0 0.91 0.41
HSL 120.86º 0.86% 0.32% -
HSV(B) 120.86º 0.93% 0.59% -
XYZ 11.28 22.23 4.08 -
YUV 93.41 82.62 69.22 -
System Red Green Blue C M Y K H S L
Decimal 11 151 13 0.93 0 0.91 0.41 120.86 0.86 0.32
Hex B 97 D 5D 0 5B 29 79 56 20
Octal 13 227 15 135 0 133 51 171 126 40
Binary 1011 10010111 1101 1011101 0 1011011 101001 1111001 1010110 100000

Color Harmonies of #0B970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B970D

Black with #0B970D

Text Example


Text Example

White with #0B970D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,151,13); }

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

background-color css

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

 a { background-color: rgb(11,151,13); }

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

border-color css

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

 span { border-color: rgb(11,151,13); }

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