#10690C

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

Shades of Green #10690C

Tints of Green #10690C

Color information

#10690C (or 0x10690C) is unknown color: approx Green. HEX triplet: 10, 69 and 0C. RGB value is (16,105,12). Sum of RGB (Red+Green+Blue) = 16+105+12=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 105 (41.41% from 255 or 78.95% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 105 - color contains mainly: green. Hex color #10690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10690C is #EF96F3. Grayscale: #444444. Windows color (decimal): -15701748 or 813328. OLE color: 813328.

HSL color Cylindrical-coordinate representation of color #10690C: hue angle of 117.42º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10690C is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1610512-
CMYK0.8500.890.59
HSL117.42º79.49%22.94%-
HSV(B)117.42º88.57%41.18%-
XYZ5.3310.242.04-
YUV67.7996.5191.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 105 (41.41% from 255) = 78.95%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=12.03%
G=78.95%
B=9.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105120.8500.890.59117.4279.4922.94
Hex1069C550593B754f17
Octal201511412501317316511727
Binary10000110100111001010101010110011110111110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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