#068D01

Color #068D01 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #068D01

Tints of Islamic Green #068D01

Color information

#068D01 (or 0x068D01) is unknown color: approx Islamic Green. HEX triplet: 06, 8D and 01. RGB value is (6,141,1). Sum of RGB (Red+Green+Blue) = 6+141+1=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 141 (55.47% from 255 or 95.27% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 141 - color contains mainly: green. Hex color #068D01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068D01 is #F972FE. Grayscale: #555555. Windows color (decimal): -16347903 or 101638. OLE color: 101638.

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

Color convert

RGB61411-
CMYK0.9600.990.45
HSL117.86º98.59%27.84%-
HSV(B)117.86º99.29%55.29%-
XYZ9.6119.093.21-
YUV84.6880.7771.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 141 (55.47% from 255) = 95.27%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=4.05%
G=95.27%
B=0.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal614110.9600.990.45117.8698.5927.84
Hex68D1600632D76631c
Octal6215114001435516614334
Binary1101000110111100000011000111011011110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #068D01;
 }
 .AnyTagClassName
 {
   color: #068D01;
 }
</style>
background-color css

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

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

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

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

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

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