Html Css Color HEX #06960D Islamic Green

📋 copy color: '#06960D'

red 6 ◦ green 150 ◦ blue 13

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

Shades of Islamic Green #06960D

Tints of Islamic Green #06960D

RGB

 RED value IS 6 (2.73% from 255) = 3.55%

 GREEN value IS 150 (58.98% from 255) = 88.76%

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

R = 3.55%
G = 88.76%
B = 7.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#06960D (or 0x06960D) is known color: Islamic Green. HEX triplet: 06, 96 and 0D. RGB value is (6,150,13). Sum of RGB (Red+Green+Blue) = 6+150+13=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 150 (58.98% from 255 or 88.76% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 150 - color contains mainly: green. Hex color #06960D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06960D is #F969F2. Grayscale: #5B5B5B. Windows color (decimal): -16345587 or 890374. OLE color: 890374.

HSL color Cylindrical-coordinate representation of color #06960D: hue angle of 122.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06960D is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 150 13 -
CMYK 0.96 0 0.91 0.41
HSL 122.92º 0.92% 0.31% -
HSV(B) 122.92º 0.96% 0.59% -
XYZ 11.05 21.88 4.02 -
YUV 91.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 6 150 13 0.96 0 0.91 0.41 122.92 0.92 0.31
Hex 6 96 D 60 0 5B 29 7B 5C 1F
Octal 6 226 15 140 0 133 51 173 134 37
Binary 110 10010110 1101 1100000 0 1011011 101001 1111011 1011100 11111

Color Harmonies of #06960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06960D

Black with #06960D

Text Example


Text Example

White with #06960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06960D; }

 p { color: rgb(6,150,13); }

 H1.HeaderClassName
 {
   color: #06960D;
 }
 .AnyTagClassName
 {
   color: #06960D;
 }
</style>

background-color css

<style>
 a { background-color: #06960D; }

 a { background-color: rgb(6,150,13); }

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

border-color css

<style>
 span { border-color: #06960D; }

 span { border-color: rgb(6,150,13); }

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