Html Css Color HEX #068F14 Islamic Green

📋 copy color: '#068F14'

red 6 ◦ green 143 ◦ blue 20

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

Shades of Islamic Green #068F14

Tints of Islamic Green #068F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 84.62%

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

R = 3.55%
G = 84.62%
B = 11.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#068F14 (or 0x068F14) is known color: Islamic Green. HEX triplet: 06, 8F and 14. RGB value is (6,143,20). Sum of RGB (Red+Green+Blue) = 6+143+20=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 143 (56.25% from 255 or 84.62% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 143 - color contains mainly: green. Hex color #068F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068F14 is #F970EB. Grayscale: #585858. Windows color (decimal): -16347372 or 1347334. OLE color: 1347334.

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

Color convert

RGB 6 143 20 -
CMYK 0.96 0 0.86 0.44
HSL 126.13º 0.92% 0.29% -
HSV(B) 126.13º 0.96% 0.56% -
XYZ 10.02 19.73 3.94 -
YUV 88.02 89.61 69.5 -
System Red Green Blue C M Y K H S L
Decimal 6 143 20 0.96 0 0.86 0.44 126.13 0.92 0.29
Hex 6 8F 14 60 0 56 2C 7E 5C 1D
Octal 6 217 24 140 0 126 54 176 134 35
Binary 110 10001111 10100 1100000 0 1010110 101100 1111110 1011100 11101

Color Harmonies of #068F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068F14

Black with #068F14

Text Example


Text Example

White with #068F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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