#646601

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

Shades of Fiji Green #646601

Tints of Fiji Green #646601

Color information

#646601 (or 0x646601) is unknown color: approx Fiji Green. HEX triplet: 64, 66 and 01. RGB value is (100,102,1). Sum of RGB (Red+Green+Blue) = 100+102+1=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #646601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646601 is #9B99FE. Grayscale: #5A5A5A. Windows color (decimal): -10197503 or 91748. OLE color: 91748.

HSL color Cylindrical-coordinate representation of color #646601: hue angle of 61.19º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #646601 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB1001021-
CMYK0.0200.990.6
HSL61.19º98.06%20.2%-
HSV(B)61.19º99.02%40%-
XYZ10.0112.211.86-
YUV89.8977.84135.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=49.26%
G=50.25%
B=0.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10010210.0200.990.661.1998.0620.2
Hex6466120633C3d6214
Octal144146120143747514224
Binary1100100110011011001100011111100111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646601; }

 p { color: rgb(100,102,1); }

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

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

 a { background-color: rgb(100,102,1); }

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

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

 span { border-color: rgb(100,102,1); }

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