Html Css Color HEX #646514 Fiji Green

📋 copy color: '#646514'

red 100 ◦ green 101 ◦ blue 20

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

Shades of Fiji Green #646514

Tints of Fiji Green #646514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 45.25%
G = 45.7%
B = 9.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#646514 (or 0x646514) is known color: Fiji Green. HEX triplet: 64, 65 and 14. RGB value is (100,101,20). Sum of RGB (Red+Green+Blue) = 100+101+20=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #646514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646514 is #9B9AEB. Grayscale: #5B5B5B. Windows color (decimal): -10197740 or 1336676. OLE color: 1336676.

HSL color Cylindrical-coordinate representation of color #646514: hue angle of 60.74º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #646514 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 101 20 -
CMYK 0.01 0 0.80 0.60
HSL 60.74º 0.67% 0.24% -
HSV(B) 60.74º 0.8% 0.4% -
XYZ 10.04 12.07 2.46 -
YUV 91.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 100 101 20 0.01 0 0.80 0.60 60.74 0.67 0.24
Hex 64 65 14 1 0 50 3C 3D 43 18
Octal 144 145 24 1 0 120 74 75 103 30
Binary 1100100 1100101 10100 1 0 1010000 111100 111101 1000011 11000

Color Harmonies of #646514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646514

Black with #646514

Text Example


Text Example

White with #646514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646514; }

 p { color: rgb(100,101,20); }

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

background-color css

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

 a { background-color: rgb(100,101,20); }

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

border-color css

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

 span { border-color: rgb(100,101,20); }

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