#10620C

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

Shades of Green #10620C

Tints of Green #10620C

Color information

#10620C (or 0x10620C) is unknown color: approx Green. HEX triplet: 10, 62 and 0C. RGB value is (16,98,12). Sum of RGB (Red+Green+Blue) = 16+98+12=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #10620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10620C is #EF9DF3. Grayscale: #3F3F3F. Windows color (decimal): -15703540 or 811536. OLE color: 811536.

HSL color Cylindrical-coordinate representation of color #10620C: hue angle of 117.21º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10620C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB169812-
CMYK0.8400.880.62
HSL117.21º78.18%21.57%-
HSV(B)117.21º87.76%38.43%-
XYZ4.658.871.82-
YUV63.6898.8393.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 98 (38.67% from 255) = 77.78%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=12.70%
G=77.78%
B=9.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698120.8400.880.62117.2178.1821.57
Hex1062C540583E754e16
Octal201421412401307616511626
Binary10000110001011001010100010110001111101110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10620C; }

 p { color: rgb(16,98,12); }

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

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

 a { background-color: rgb(16,98,12); }

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

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

 span { border-color: rgb(16,98,12); }

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