Html Css Color HEX #06941C Islamic Green

📋 copy color: '#06941C'

red 6 ◦ green 148 ◦ blue 28

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

Shades of Islamic Green #06941C

Tints of Islamic Green #06941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 81.32%

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 3.3%
G = 81.32%
B = 15.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#06941C (or 0x06941C) is known color: Islamic Green. HEX triplet: 06, 94 and 1C. RGB value is (6,148,28). Sum of RGB (Red+Green+Blue) = 6+148+28=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 148 (58.20% from 255 or 81.32% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 148 - color contains mainly: green. Hex color #06941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06941C is #F96BE3. Grayscale: #5C5C5C. Windows color (decimal): -16346084 or 1872902. OLE color: 1872902.

HSL color Cylindrical-coordinate representation of color #06941C: hue angle of 129.3º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06941C is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 28 -
CMYK 0.96 0 0.81 0.42
HSL 129.3º 0.92% 0.3% -
HSV(B) 129.3º 0.96% 0.58% -
XYZ 10.87 21.3 4.64 -
YUV 91.86 91.96 66.76 -
System Red Green Blue C M Y K H S L
Decimal 6 148 28 0.96 0 0.81 0.42 129.3 0.92 0.3
Hex 6 94 1C 60 0 51 2A 81 5C 1E
Octal 6 224 34 140 0 121 52 201 134 36
Binary 110 10010100 11100 1100000 0 1010001 101010 10000001 1011100 11110

Color Harmonies of #06941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06941C

Black with #06941C

Text Example


Text Example

White with #06941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06941C; }

 p { color: rgb(6,148,28); }

 H1.HeaderClassName
 {
   color: #06941C;
 }
 .AnyTagClassName
 {
   color: #06941C;
 }
</style>

background-color css

<style>
 a { background-color: #06941C; }

 a { background-color: rgb(6,148,28); }

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

border-color css

<style>
 span { border-color: #06941C; }

 span { border-color: rgb(6,148,28); }

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