#10620F

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

Shades of Green #10620F

Tints of Green #10620F

Color information

#10620F (or 0x10620F) is unknown color: approx Green. HEX triplet: 10, 62 and 0F. RGB value is (16,98,15). Sum of RGB (Red+Green+Blue) = 16+98+15=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #10620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10620F is #EF9DF0. Grayscale: #404040. Windows color (decimal): -15703537 or 1008144. OLE color: 1008144.

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

Color convert

RGB169815-
CMYK0.8400.850.62
HSL119.28º73.45%22.16%-
HSV(B)119.28º84.69%38.43%-
XYZ4.678.881.92-
YUV64.02100.3393.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 98 (38.67% from 255) = 75.97%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=12.40%
G=75.97%
B=11.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698150.8400.850.62119.2873.4522.16
Hex1062F540553E774916
Octal201421712401257616711126
Binary10000110001011111010100010101011111101110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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