Html Css Color HEX #646001 Fiji Green

📋 copy color: '#646001'

red 100 ◦ green 96 ◦ blue 1

#646001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #646001

Tints of Fiji Green #646001

RGB

 RED value IS 100 (39.45% from 255) = 50.76%

 GREEN value IS 96 (37.89% from 255) = 48.73%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 50.76%
G = 48.73%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#646001 (or 0x646001) is known color: Fiji Green. HEX triplet: 64, 60 and 01. RGB value is (100,96,1). Sum of RGB (Red+Green+Blue) = 100+96+1=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #646001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646001 is #9B9FFE. Grayscale: #565656. Windows color (decimal): -10199039 or 90212. OLE color: 90212.

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

Color convert

RGB 100 96 1 -
CMYK 0 0.04 0.99 0.61
HSL 57.58º 0.98% 0.2% -
HSV(B) 57.58º 0.99% 0.39% -
XYZ 9.44 11.08 1.67 -
YUV 86.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 100 96 1 0 0.04 0.99 0.61 57.58 0.98 0.2
Hex 64 60 1 0 4 63 3D 3A 62 14
Octal 144 140 1 0 4 143 75 72 142 24
Binary 1100100 1100000 1 0 100 1100011 111101 111010 1100010 10100

Color Harmonies of #646001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646001

Black with #646001

Text Example


Text Example

White with #646001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646001; }

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

 H1.HeaderClassName
 {
   color: #646001;
 }
 .AnyTagClassName
 {
   color: #646001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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