Html Css Color HEX #068D14 Islamic Green

📋 copy color: '#068D14'

red 6 ◦ green 141 ◦ blue 20

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

Shades of Islamic Green #068D14

Tints of Islamic Green #068D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 84.43%

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 3.59%
G = 84.43%
B = 11.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#068D14 (or 0x068D14) is known color: Islamic Green. HEX triplet: 06, 8D and 14. RGB value is (6,141,20). Sum of RGB (Red+Green+Blue) = 6+141+20=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 141 (55.47% from 255 or 84.43% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 141 - color contains mainly: green. Hex color #068D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068D14 is #F972EB. Grayscale: #575757. Windows color (decimal): -16347884 or 1346822. OLE color: 1346822.

HSL color Cylindrical-coordinate representation of color #068D14: hue angle of 126.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D14 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 141 20 -
CMYK 0.96 0 0.86 0.45
HSL 126.22º 0.92% 0.29% -
HSV(B) 126.22º 0.96% 0.55% -
XYZ 9.73 19.14 3.84 -
YUV 86.84 90.27 70.34 -
System Red Green Blue C M Y K H S L
Decimal 6 141 20 0.96 0 0.86 0.45 126.22 0.92 0.29
Hex 6 8D 14 60 0 56 2D 7E 5C 1D
Octal 6 215 24 140 0 126 55 176 134 35
Binary 110 10001101 10100 1100000 0 1010110 101101 1111110 1011100 11101

Color Harmonies of #068D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D14

Black with #068D14

Text Example


Text Example

White with #068D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068D14; }

 p { color: rgb(6,141,20); }

 H1.HeaderClassName
 {
   color: #068D14;
 }
 .AnyTagClassName
 {
   color: #068D14;
 }
</style>

background-color css

<style>
 a { background-color: #068D14; }

 a { background-color: rgb(6,141,20); }

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

border-color css

<style>
 span { border-color: #068D14; }

 span { border-color: rgb(6,141,20); }

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