Html Css Color HEX #657514 Fiji Green

📋 copy color: '#657514'

red 101 ◦ green 117 ◦ blue 20

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

Shades of Fiji Green #657514

Tints of Fiji Green #657514

RGB

 RED value IS 101 (39.84% from 255) = 42.44%

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

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

R = 42.44%
G = 49.16%
B = 8.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#657514 (or 0x657514) is known color: Fiji Green. HEX triplet: 65, 75 and 14. RGB value is (101,117,20). Sum of RGB (Red+Green+Blue) = 101+117+20=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #657514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657514 is #9A8AEB. Grayscale: #656565. Windows color (decimal): -10128108 or 1340773. OLE color: 1340773.

HSL color Cylindrical-coordinate representation of color #657514: hue angle of 69.9º 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 #657514 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 117 20 -
CMYK 0.14 0 0.83 0.54
HSL 69.9º 0.71% 0.27% -
HSV(B) 69.9º 0.83% 0.46% -
XYZ 11.85 15.54 3.04 -
YUV 101.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 101 117 20 0.14 0 0.83 0.54 69.9 0.71 0.27
Hex 65 75 14 E 0 53 36 46 47 1B
Octal 145 165 24 16 0 123 66 106 107 33
Binary 1100101 1110101 10100 1110 0 1010011 110110 1000110 1000111 11011

Color Harmonies of #657514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657514

Black with #657514

Text Example


Text Example

White with #657514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657514; }

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

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

background-color css

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

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

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

border-color css

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

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

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