#10650C

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

Shades of Green #10650C

Tints of Green #10650C

Color information

#10650C (or 0x10650C) is unknown color: approx Green. HEX triplet: 10, 65 and 0C. RGB value is (16,101,12). Sum of RGB (Red+Green+Blue) = 16+101+12=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 101 (39.84% from 255 or 78.29% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 101 - color contains mainly: green. Hex color #10650C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10650C is #EF9AF3. Grayscale: #414141. Windows color (decimal): -15702772 or 812304. OLE color: 812304.

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

Color convert

RGB1610112-
CMYK0.8400.880.60
HSL117.3º78.76%22.16%-
HSV(B)117.3º88.12%39.61%-
XYZ4.939.441.91-
YUV65.4497.8492.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 101 (39.84% from 255) = 78.29%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=12.40%
G=78.29%
B=9.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101120.8400.880.60117.378.7622.16
Hex1065C540583C754f16
Octal201451412401307416511726
Binary10000110010111001010100010110001111001110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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