Html Css Color HEX #06980D Islamic Green

📋 copy color: '#06980D'

red 6 ◦ green 152 ◦ blue 13

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

Shades of Islamic Green #06980D

Tints of Islamic Green #06980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 88.89%

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

R = 3.51%
G = 88.89%
B = 7.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#06980D (or 0x06980D) is known color: Islamic Green. HEX triplet: 06, 98 and 0D. RGB value is (6,152,13). Sum of RGB (Red+Green+Blue) = 6+152+13=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 152 (59.77% from 255 or 88.89% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 152 - color contains mainly: green. Hex color #06980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06980D is #F967F2. Grayscale: #5C5C5C. Windows color (decimal): -16345075 or 890886. OLE color: 890886.

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

Color convert

RGB 6 152 13 -
CMYK 0.96 0 0.91 0.40
HSL 122.88º 0.92% 0.31% -
HSV(B) 122.88º 0.96% 0.6% -
XYZ 11.38 22.52 4.13 -
YUV 92.5 83.13 66.3 -
System Red Green Blue C M Y K H S L
Decimal 6 152 13 0.96 0 0.91 0.40 122.88 0.92 0.31
Hex 6 98 D 60 0 5B 28 7B 5C 1F
Octal 6 230 15 140 0 133 50 173 134 37
Binary 110 10011000 1101 1100000 0 1011011 101000 1111011 1011100 11111

Color Harmonies of #06980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06980D

Black with #06980D

Text Example


Text Example

White with #06980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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