Html Css Color HEX #616500 Fiji Green

📋 copy color: '#616500'

red 97 ◦ green 101 ◦ blue 0

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

Shades of Fiji Green #616500

Tints of Fiji Green #616500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.99%
G = 51.01%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#616500 (or 0x616500) is known color: Fiji Green. HEX triplet: 61, 65 and 00. RGB value is (97,101,0). Sum of RGB (Red+Green+Blue) = 97+101+0=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #616500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616500 is #9E9AFF. Grayscale: #585858. Windows color (decimal): -10394368 or 25953. OLE color: 25953.

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

Color convert

RGB 97 101 0 -
CMYK 0.04 0 1 0.60
HSL 62.38º 1% 0.2% -
HSV(B) 62.38º 1% 0.4% -
XYZ 9.58 11.85 1.78 -
YUV 88.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 97 101 0 0.04 0 1 0.60 62.38 1 0.2
Hex 61 65 0 4 0 64 3C 3E 64 14
Octal 141 145 0 4 0 144 74 76 144 24
Binary 1100001 1100101 0 100 0 1100100 111100 111110 1100100 10100

Color Harmonies of #616500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616500

Black with #616500

Text Example


Text Example

White with #616500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616500; }

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

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

background-color css

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

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

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

border-color css

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

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

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