#646b00

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

Shades of Fiji Green #646B00

Tints of Fiji Green #646B00

Color information

#646B00 (or 0x646B00) is unknown color: approx Fiji Green. HEX triplet: 64, 6B and 00. RGB value is (100,107,0). Sum of RGB (Red+Green+Blue) = 100+107+0=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #646B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646B00 is #9B94FF. Grayscale: #5D5D5D. Windows color (decimal): -10196224 or 27492. OLE color: 27492.

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

Color convert

RGB1001070-
CMYK0.07010.58
HSL63.93º100%20.98%-
HSV(B)63.93º100%41.96%-
XYZ10.5113.222-
YUV92.7175.68133.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 107 (42.19% from 255) = 51.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.31%
G=51.69%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10010700.07010.5863.9310020.98
Hex646B070643A406415
Octal1441530701447210014425
Binary110010011010110111011001001110101000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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