Html Css Color HEX #06950E Islamic Green

📋 copy color: '#06950E'

red 6 ◦ green 149 ◦ blue 14

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

Shades of Islamic Green #06950E

Tints of Islamic Green #06950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 88.17%

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 3.55%
G = 88.17%
B = 8.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#06950E (or 0x06950E) is known color: Islamic Green. HEX triplet: 06, 95 and 0E. RGB value is (6,149,14). Sum of RGB (Red+Green+Blue) = 6+149+14=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #06950E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06950E is #F96AF1. Grayscale: #5B5B5B. Windows color (decimal): -16345842 or 955654. OLE color: 955654.

HSL color Cylindrical-coordinate representation of color #06950E: hue angle of 123.36º 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 #06950E is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 14 -
CMYK 0.96 0 0.91 0.42
HSL 123.36º 0.92% 0.3% -
HSV(B) 123.36º 0.96% 0.58% -
XYZ 10.9 21.57 4 -
YUV 90.85 84.62 67.48 -
System Red Green Blue C M Y K H S L
Decimal 6 149 14 0.96 0 0.91 0.42 123.36 0.92 0.3
Hex 6 95 E 60 0 5B 2A 7B 5C 1E
Octal 6 225 16 140 0 133 52 173 134 36
Binary 110 10010101 1110 1100000 0 1011011 101010 1111011 1011100 11110

Color Harmonies of #06950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06950E

Black with #06950E

Text Example


Text Example

White with #06950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06950E; }

 p { color: rgb(6,149,14); }

 H1.HeaderClassName
 {
   color: #06950E;
 }
 .AnyTagClassName
 {
   color: #06950E;
 }
</style>

background-color css

<style>
 a { background-color: #06950E; }

 a { background-color: rgb(6,149,14); }

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

border-color css

<style>
 span { border-color: #06950E; }

 span { border-color: rgb(6,149,14); }

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