#10670C

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

Shades of Green #10670C

Tints of Green #10670C

Color information

#10670C (or 0x10670C) is unknown color: approx Green. HEX triplet: 10, 67 and 0C. RGB value is (16,103,12). Sum of RGB (Red+Green+Blue) = 16+103+12=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #10670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10670C is #EF98F3. Grayscale: #424242. Windows color (decimal): -15702260 or 812816. OLE color: 812816.

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

Color convert

RGB1610312-
CMYK0.8400.880.60
HSL117.36º79.13%22.55%-
HSV(B)117.36º88.35%40.39%-
XYZ5.139.841.98-
YUV66.6197.1891.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 103 (40.62% from 255) = 78.63%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=12.21%
G=78.63%
B=9.16%

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
Decimal16103120.8400.880.60117.3679.1322.55
Hex1067C540583C754f17
Octal201471412401307416511727
Binary10000110011111001010100010110001111001110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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