#1A6712

Color #1A6712 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1A6712

Tints of San Felix #1A6712

Color information

#1A6712 (or 0x1A6712) is unknown color: approx San Felix. HEX triplet: 1A, 67 and 12. RGB value is (26,103,18). Sum of RGB (Red+Green+Blue) = 26+103+18=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6712 is #E598ED. Grayscale: #464646. Windows color (decimal): -15046894 or 1206042. OLE color: 1206042.

HSL color Cylindrical-coordinate representation of color #1A6712: hue angle of 114.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6712 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB2610318-
CMYK0.7500.830.60
HSL114.35º70.25%23.73%-
HSV(B)114.35º82.52%40.39%-
XYZ5.399.962.21-
YUV70.2998.4996.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.69%
GREEN value IS 103 (40.62% from 255) = 70.07%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=17.69%
G=70.07%
B=12.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103180.7500.830.60114.3570.2523.73
Hex1A67124B0533C724618
Octal321472211301237416210630
Binary110101100111100101001011010100111111001110010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6712; }

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

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

<style>
 a { background-color: #1A6712; }

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

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

<style>
 span { border-color: #1A6712; }

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

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