Html Css Color HEX #647514 Fiji Green

📋 copy color: '#647514'

red 100 ◦ green 117 ◦ blue 20

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

Shades of Fiji Green #647514

Tints of Fiji Green #647514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

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

R = 42.19%
G = 49.37%
B = 8.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#647514 (or 0x647514) is known color: Fiji Green. HEX triplet: 64, 75 and 14. RGB value is (100,117,20). Sum of RGB (Red+Green+Blue) = 100+117+20=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #647514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647514 is #9B8AEB. Grayscale: #656565. Windows color (decimal): -10193644 or 1340772. OLE color: 1340772.

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

Color convert

RGB 100 117 20 -
CMYK 0.15 0 0.83 0.54
HSL 70.52º 0.71% 0.27% -
HSV(B) 70.52º 0.83% 0.46% -
XYZ 11.74 15.48 3.03 -
YUV 100.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 100 117 20 0.15 0 0.83 0.54 70.52 0.71 0.27
Hex 64 75 14 F 0 53 36 47 47 1B
Octal 144 165 24 17 0 123 66 107 107 33
Binary 1100100 1110101 10100 1111 0 1010011 110110 1000111 1000111 11011

Color Harmonies of #647514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647514

Black with #647514

Text Example


Text Example

White with #647514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647514; }

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

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

background-color css

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

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

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

border-color css

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

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

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