#646B01

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

Shades of Fiji Green #646B01

Tints of Fiji Green #646B01

Color information

#646B01 (or 0x646B01) is unknown color: approx Fiji Green. HEX triplet: 64, 6B and 01. RGB value is (100,107,1). Sum of RGB (Red+Green+Blue) = 100+107+1=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #646B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646B01 is #9B94FE. Grayscale: #5D5D5D. Windows color (decimal): -10196223 or 93028. OLE color: 93028.

HSL color Cylindrical-coordinate representation of color #646B01: hue angle of 63.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #646B01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB1001071-
CMYK0.0700.990.58
HSL63.96º98.15%21.18%-
HSV(B)63.96º99.07%41.96%-
XYZ10.5213.232.03-
YUV92.8276.18133.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=48.08%
G=51.44%
B=0.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10010710.0700.990.5863.9698.1521.18
Hex646B170633A406215
Octal1441531701437210014225
Binary110010011010111111011000111110101000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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