Html Css Color HEX #616920 Fiji Green

📋 copy color: '#616920'

red 97 ◦ green 105 ◦ blue 32

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

Shades of Fiji Green #616920

Tints of Fiji Green #616920

RGB

 RED value IS 97 (38.28% from 255) = 41.45%

 GREEN value IS 105 (41.41% from 255) = 44.87%

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

R = 41.45%
G = 44.87%
B = 13.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#616920 (or 0x616920) is known color: Fiji Green. HEX triplet: 61, 69 and 20. RGB value is (97,105,32). Sum of RGB (Red+Green+Blue) = 97+105+32=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #616920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616920 is #9E96DF. Grayscale: #5E5E5E. Windows color (decimal): -10393312 or 2124129. OLE color: 2124129.

HSL color Cylindrical-coordinate representation of color #616920: hue angle of 66.58º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #616920 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 32 -
CMYK 0.08 0 0.70 0.59
HSL 66.58º 0.53% 0.27% -
HSV(B) 66.58º 0.7% 0.41% -
XYZ 10.24 12.75 3.29 -
YUV 94.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 97 105 32 0.08 0 0.70 0.59 66.58 0.53 0.27
Hex 61 69 20 8 0 46 3B 43 35 1B
Octal 141 151 40 10 0 106 73 103 65 33
Binary 1100001 1101001 100000 1000 0 1000110 111011 1000011 110101 11011

Color Harmonies of #616920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616920

Black with #616920

Text Example


Text Example

White with #616920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616920; }

 p { color: rgb(97,105,32); }

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

background-color css

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

 a { background-color: rgb(97,105,32); }

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

border-color css

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

 span { border-color: rgb(97,105,32); }

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