#107608

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

Shades of Green #107608

Tints of Green #107608

Color information

#107608 (or 0x107608) is unknown color: approx Green. HEX triplet: 10, 76 and 08. RGB value is (16,118,8). Sum of RGB (Red+Green+Blue) = 16+118+8=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #107608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107608 is #EF89F7. Grayscale: #4B4B4B. Windows color (decimal): -15698424 or 554512. OLE color: 554512.

HSL color Cylindrical-coordinate representation of color #107608: hue angle of 115.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107608 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB161188-
CMYK0.8600.930.54
HSL115.64º87.3%24.71%-
HSV(B)115.64º93.22%46.27%-
XYZ6.7413.082.4-
YUV74.9690.2185.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 118 (46.48% from 255) = 83.10%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=11.27%
G=83.10%
B=5.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1611880.8600.930.54115.6487.324.71
Hex107685605D36745719
Octal201661012601356616412731
Binary10000111011010001010110010111011101101110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107608; }

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

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

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

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

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

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

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

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