Html Css Color HEX #617400 Fiji Green

📋 copy color: '#617400'

red 97 ◦ green 116 ◦ blue 0

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

Shades of Fiji Green #617400

Tints of Fiji Green #617400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.46%

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

R = 45.54%
G = 54.46%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#617400 (or 0x617400) is known color: Fiji Green. HEX triplet: 61, 74 and 00. RGB value is (97,116,0). Sum of RGB (Red+Green+Blue) = 97+116+0=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #617400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617400 is #9E8BFF. Grayscale: #616161. Windows color (decimal): -10390528 or 29793. OLE color: 29793.

HSL color Cylindrical-coordinate representation of color #617400: hue angle of 69.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617400 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 0 -
CMYK 0.16 0 1 0.55
HSL 69.83º 1% 0.23% -
HSV(B) 69.83º 1% 0.45% -
XYZ 11.18 15.03 2.31 -
YUV 97.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 97 116 0 0.16 0 1 0.55 69.83 1 0.23
Hex 61 74 0 10 0 64 37 46 64 17
Octal 141 164 0 20 0 144 67 106 144 27
Binary 1100001 1110100 0 10000 0 1100100 110111 1000110 1100100 10111

Color Harmonies of #617400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617400

Black with #617400

Text Example


Text Example

White with #617400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617400; }

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

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

background-color css

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

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

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

border-color css

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

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

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