Html Css Color HEX #657520 Fiji Green

📋 copy color: '#657520'

red 101 ◦ green 117 ◦ blue 32

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

Shades of Fiji Green #657520

Tints of Fiji Green #657520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 40.4%
G = 46.8%
B = 12.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#657520 (or 0x657520) is known color: Fiji Green. HEX triplet: 65, 75 and 20. RGB value is (101,117,32). Sum of RGB (Red+Green+Blue) = 101+117+32=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #657520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657520 is #9A8ADF. Grayscale: #666666. Windows color (decimal): -10128096 or 2127205. OLE color: 2127205.

HSL color Cylindrical-coordinate representation of color #657520: hue angle of 71.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #657520 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 117 32 -
CMYK 0.14 0 0.73 0.54
HSL 71.29º 0.57% 0.29% -
HSV(B) 71.29º 0.73% 0.46% -
XYZ 11.99 15.59 3.74 -
YUV 102.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 101 117 32 0.14 0 0.73 0.54 71.29 0.57 0.29
Hex 65 75 20 E 0 49 36 47 39 1D
Octal 145 165 40 16 0 111 66 107 71 35
Binary 1100101 1110101 100000 1110 0 1001001 110110 1000111 111001 11101

Color Harmonies of #657520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657520

Black with #657520

Text Example


Text Example

White with #657520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657520; }

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

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

background-color css

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

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

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

border-color css

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

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

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