#06B002

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

Shades of Islamic Green #06B002

Tints of Islamic Green #06B002

Color information

#06B002 (or 0x06B002) is unknown color: approx Islamic Green. HEX triplet: 06, B0 and 02. RGB value is (6,176,2). Sum of RGB (Red+Green+Blue) = 6+176+2=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 176 (69.14% from 255 or 95.65% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 176 - color contains mainly: green. Hex color #06B002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06B002 is #F94FFD. Grayscale: #696969. Windows color (decimal): -16338942 or 176134. OLE color: 176134.

HSL color Cylindrical-coordinate representation of color #06B002: hue angle of 118.62º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06B002 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB61762-
CMYK0.9700.990.31
HSL118.62º97.75%34.9%-
HSV(B)118.62º98.86%69.02%-
XYZ15.6131.095.24-
YUV105.3369.6857.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 176 (69.14% from 255) = 95.65%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=3.26%
G=95.65%
B=1.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal617620.9700.990.31118.6297.7534.9
Hex6B02610631F776223
Octal6260214101433716714243
Binary11010110000101100001011000111111111101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B002; }

 p { color: rgb(6,176,2); }

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

<style>
 a { background-color: #06B002; }

 a { background-color: rgb(6,176,2); }

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

<style>
 span { border-color: #06B002; }

 span { border-color: rgb(6,176,2); }

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