Html Css Color HEX #616514 Fiji Green

📋 copy color: '#616514'

red 97 ◦ green 101 ◦ blue 20

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

Shades of Fiji Green #616514

Tints of Fiji Green #616514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

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

R = 44.5%
G = 46.33%
B = 9.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#616514 (or 0x616514) is known color: Fiji Green. HEX triplet: 61, 65 and 14. RGB value is (97,101,20). Sum of RGB (Red+Green+Blue) = 97+101+20=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #616514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616514 is #9E9AEB. Grayscale: #5A5A5A. Windows color (decimal): -10394348 or 1336673. OLE color: 1336673.

HSL color Cylindrical-coordinate representation of color #616514: hue angle of 62.96º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #616514 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 20 -
CMYK 0.04 0 0.80 0.60
HSL 62.96º 0.67% 0.24% -
HSV(B) 62.96º 0.8% 0.4% -
XYZ 9.71 11.9 2.45 -
YUV 90.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 97 101 20 0.04 0 0.80 0.60 62.96 0.67 0.24
Hex 61 65 14 4 0 50 3C 3F 43 18
Octal 141 145 24 4 0 120 74 77 103 30
Binary 1100001 1100101 10100 100 0 1010000 111100 111111 1000011 11000

Color Harmonies of #616514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616514

Black with #616514

Text Example


Text Example

White with #616514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616514; }

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

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

background-color css

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

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

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

border-color css

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

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

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