#12670D

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

Shades of Green #12670D

Tints of Green #12670D

Color information

#12670D (or 0x12670D) is unknown color: approx Green. HEX triplet: 12, 67 and 0D. RGB value is (18,103,13). Sum of RGB (Red+Green+Blue) = 18+103+13=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 103 (40.62% from 255 or 76.87% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 103 - color contains mainly: green. Hex color #12670D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12670D is #ED98F2. Grayscale: #434343. Windows color (decimal): -15571187 or 878354. OLE color: 878354.

HSL color Cylindrical-coordinate representation of color #12670D: hue angle of 116.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12670D is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB1810313-
CMYK0.8300.870.60
HSL116.67º77.59%22.75%-
HSV(B)116.67º87.38%40.39%-
XYZ5.179.862.01-
YUV67.3297.3492.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 103 (40.62% from 255) = 76.87%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=13.43%
G=76.87%
B=9.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103130.8300.870.60116.6777.5922.75
Hex1267D530573C754e17
Octal221471512301277416511627
Binary10010110011111011010011010101111111001110101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12670D; }

 p { color: rgb(18,103,13); }

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

<style>
 a { background-color: #12670D; }

 a { background-color: rgb(18,103,13); }

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

<style>
 span { border-color: #12670D; }

 span { border-color: rgb(18,103,13); }

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