#646E12

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

Shades of Fiji Green #646E12

Tints of Fiji Green #646E12

Color information

#646E12 (or 0x646E12) is unknown color: approx Fiji Green. HEX triplet: 64, 6E and 12. RGB value is (100,110,18). Sum of RGB (Red+Green+Blue) = 100+110+18=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #646E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646E12 is #9B91ED. Grayscale: #606060. Windows color (decimal): -10195438 or 1207908. OLE color: 1207908.

HSL color Cylindrical-coordinate representation of color #646E12: hue angle of 66.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #646E12 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB10011018-
CMYK0.0900.840.57
HSL66.52º71.88%25.1%-
HSV(B)66.52º83.64%43.14%-
XYZ10.9413.92.68-
YUV96.5283.69130.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 110 (43.36% from 255) = 48.25%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=43.86%
G=48.25%
B=7.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100110180.0900.840.5766.5271.8825.1
Hex646E12905439434819
Octal144156221101247110311031
Binary11001001101110100101001010101001110011000011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E12; }

 p { color: rgb(100,110,18); }

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

<style>
 a { background-color: #646E12; }

 a { background-color: rgb(100,110,18); }

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

<style>
 span { border-color: #646E12; }

 span { border-color: rgb(100,110,18); }

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