Html Css Color HEX #06980F Islamic Green

📋 copy color: '#06980F'

red 6 ◦ green 152 ◦ blue 15

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

Shades of Islamic Green #06980F

Tints of Islamic Green #06980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 3.47%
G = 87.86%
B = 8.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#06980F (or 0x06980F) is known color: Islamic Green. HEX triplet: 06, 98 and 0F. RGB value is (6,152,15). Sum of RGB (Red+Green+Blue) = 6+152+15=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 152 (59.77% from 255 or 87.86% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 152 - color contains mainly: green. Hex color #06980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06980F is #F967F0. Grayscale: #5D5D5D. Windows color (decimal): -16345073 or 1021958. OLE color: 1021958.

HSL color Cylindrical-coordinate representation of color #06980F: hue angle of 123.7º 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 #06980F is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 15 -
CMYK 0.96 0 0.90 0.40
HSL 123.7º 0.92% 0.31% -
HSV(B) 123.7º 0.96% 0.6% -
XYZ 11.39 22.53 4.2 -
YUV 92.73 84.13 66.14 -
System Red Green Blue C M Y K H S L
Decimal 6 152 15 0.96 0 0.90 0.40 123.7 0.92 0.31
Hex 6 98 F 60 0 5A 28 7C 5C 1F
Octal 6 230 17 140 0 132 50 174 134 37
Binary 110 10011000 1111 1100000 0 1011010 101000 1111100 1011100 11111

Color Harmonies of #06980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06980F

Black with #06980F

Text Example


Text Example

White with #06980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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