Html Css Color HEX #647214 Fiji Green

📋 copy color: '#647214'

red 100 ◦ green 114 ◦ blue 20

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

Shades of Fiji Green #647214

Tints of Fiji Green #647214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

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

R = 42.74%
G = 48.72%
B = 8.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#647214 (or 0x647214) is known color: Fiji Green. HEX triplet: 64, 72 and 14. RGB value is (100,114,20). Sum of RGB (Red+Green+Blue) = 100+114+20=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #647214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647214 is #9B8DEB. Grayscale: #636363. Windows color (decimal): -10194412 or 1340004. OLE color: 1340004.

HSL color Cylindrical-coordinate representation of color #647214: hue angle of 68.94º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #647214 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 20 -
CMYK 0.12 0 0.82 0.55
HSL 68.94º 0.7% 0.26% -
HSV(B) 68.94º 0.82% 0.45% -
XYZ 11.4 14.79 2.92 -
YUV 99.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 100 114 20 0.12 0 0.82 0.55 68.94 0.7 0.26
Hex 64 72 14 C 0 52 37 45 46 1A
Octal 144 162 24 14 0 122 67 105 106 32
Binary 1100100 1110010 10100 1100 0 1010010 110111 1000101 1000110 11010

Color Harmonies of #647214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647214

Black with #647214

Text Example


Text Example

White with #647214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647214; }

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

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

background-color css

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

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

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

border-color css

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

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

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