Html Css Color HEX #647414 Fiji Green

📋 copy color: '#647414'

red 100 ◦ green 116 ◦ blue 20

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

Shades of Fiji Green #647414

Tints of Fiji Green #647414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 42.37%
G = 49.15%
B = 8.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#647414 (or 0x647414) is known color: Fiji Green. HEX triplet: 64, 74 and 14. RGB value is (100,116,20). Sum of RGB (Red+Green+Blue) = 100+116+20=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #647414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647414 is #9B8BEB. Grayscale: #646464. Windows color (decimal): -10193900 or 1340516. OLE color: 1340516.

HSL color Cylindrical-coordinate representation of color #647414: hue angle of 70º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #647414 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 20 -
CMYK 0.14 0 0.83 0.55
HSL 70º 0.71% 0.27% -
HSV(B) 70º 0.83% 0.45% -
XYZ 11.63 15.25 2.99 -
YUV 100.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 100 116 20 0.14 0 0.83 0.55 70 0.71 0.27
Hex 64 74 14 E 0 53 37 46 47 1B
Octal 144 164 24 16 0 123 67 106 107 33
Binary 1100100 1110100 10100 1110 0 1010011 110111 1000110 1000111 11011

Color Harmonies of #647414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647414

Black with #647414

Text Example


Text Example

White with #647414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647414; }

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

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

background-color css

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

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

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

border-color css

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

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

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