#10B708

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

Shades of Islamic Green #10B708

Tints of Islamic Green #10B708

Color information

#10B708 (or 0x10B708) is unknown color: approx Islamic Green. HEX triplet: 10, B7 and 08. RGB value is (16,183,8). Sum of RGB (Red+Green+Blue) = 16+183+8=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 183 (71.88% from 255 or 88.41% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 183 - color contains mainly: green. Hex color #10B708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B708 is #EF48F7. Grayscale: #717171. Windows color (decimal): -15681784 or 571152. OLE color: 571152.

HSL color Cylindrical-coordinate representation of color #10B708: hue angle of 117.26º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10B708 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB161838-
CMYK0.9100.960.28
HSL117.26º91.62%37.45%-
HSV(B)117.26º95.63%71.76%-
XYZ17.1933.995.89-
YUV113.1268.6758.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 183 (71.88% from 255) = 88.41%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=7.73%
G=88.41%
B=3.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1618380.9100.960.28117.2691.6237.45
Hex10B785B0601C755c25
Octal202671013301403416513445
Binary100001011011110001011011011000001110011101011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B708; }

 p { color: rgb(16,183,8); }

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

<style>
 a { background-color: #10B708; }

 a { background-color: rgb(16,183,8); }

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

<style>
 span { border-color: #10B708; }

 span { border-color: rgb(16,183,8); }

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