#06961D

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

Shades of Islamic Green #06961D

Tints of Islamic Green #06961D

Color information

#06961D (or 0x06961D) is unknown color: approx Islamic Green. HEX triplet: 06, 96 and 1D. RGB value is (6,150,29). Sum of RGB (Red+Green+Blue) = 6+150+29=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 150 (58.98% from 255 or 81.08% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 150 - color contains mainly: green. Hex color #06961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06961D is #F969E2. Grayscale: #5D5D5D. Windows color (decimal): -16345571 or 1938950. OLE color: 1938950.

HSL color Cylindrical-coordinate representation of color #06961D: hue angle of 129.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06961D is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB615029-
CMYK0.9600.810.41
HSL129.58º92.31%30.59%-
HSV(B)129.58º96%58.82%-
XYZ11.221.944.81-
YUV93.1591.7965.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 150 (58.98% from 255) = 81.08%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=3.24%
G=81.08%
B=15.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6150290.9600.810.41129.5892.3130.59
Hex6961D6005129825c1f
Octal62263514001215120213437
Binary110100101101110111000000101000110100110000010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06961D; }

 p { color: rgb(6,150,29); }

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

<style>
 a { background-color: #06961D; }

 a { background-color: rgb(6,150,29); }

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

<style>
 span { border-color: #06961D; }

 span { border-color: rgb(6,150,29); }

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