#106304

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

Shades of Green #106304

Tints of Green #106304

Color information

#106304 (or 0x106304) is unknown color: approx Green. HEX triplet: 10, 63 and 04. RGB value is (16,99,4). Sum of RGB (Red+Green+Blue) = 16+99+4=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #106304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106304 is #EF9CFB. Grayscale: #3F3F3F. Windows color (decimal): -15703292 or 287504. OLE color: 287504.

HSL color Cylindrical-coordinate representation of color #106304: hue angle of 112.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #106304 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB16994-
CMYK0.8400.960.61
HSL112.42º92.23%20.2%-
HSV(B)112.42º95.96%38.82%-
XYZ4.79.041.61-
YUV63.3594.594.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 99 (39.06% from 255) = 83.19%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=13.45%
G=83.19%
B=3.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal169940.8400.960.61112.4292.2320.2
Hex10634540603D705c14
Octal20143412401407516013424
Binary1000011000111001010100011000001111011110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106304; }

 p { color: rgb(16,99,4); }

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

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

 a { background-color: rgb(16,99,4); }

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

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

 span { border-color: rgb(16,99,4); }

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