Html Css Color HEX #657320 Fiji Green

📋 copy color: '#657320'

red 101 ◦ green 115 ◦ blue 32

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

Shades of Fiji Green #657320

Tints of Fiji Green #657320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 40.73%
G = 46.37%
B = 12.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#657320 (or 0x657320) is known color: Fiji Green. HEX triplet: 65, 73 and 20. RGB value is (101,115,32). Sum of RGB (Red+Green+Blue) = 101+115+32=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #657320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657320 is #9A8CDF. Grayscale: #656565. Windows color (decimal): -10128608 or 2126693. OLE color: 2126693.

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

Color convert

RGB 101 115 32 -
CMYK 0.12 0 0.72 0.55
HSL 70.12º 0.56% 0.29% -
HSV(B) 70.12º 0.72% 0.45% -
XYZ 11.76 15.13 3.67 -
YUV 101.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 101 115 32 0.12 0 0.72 0.55 70.12 0.56 0.29
Hex 65 73 20 C 0 48 37 46 38 1D
Octal 145 163 40 14 0 110 67 106 70 35
Binary 1100101 1110011 100000 1100 0 1001000 110111 1000110 111000 11101

Color Harmonies of #657320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657320

Black with #657320

Text Example


Text Example

White with #657320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657320; }

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

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

background-color css

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

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

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

border-color css

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

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

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