Html Css Color HEX #617401 Fiji Green

📋 copy color: '#617401'

red 97 ◦ green 116 ◦ blue 1

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

Shades of Fiji Green #617401

Tints of Fiji Green #617401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 45.33%
G = 54.21%
B = 0.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#617401 (or 0x617401) is known color: Fiji Green. HEX triplet: 61, 74 and 01. RGB value is (97,116,1). Sum of RGB (Red+Green+Blue) = 97+116+1=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #617401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617401 is #9E8BFE. Grayscale: #616161. Windows color (decimal): -10390527 or 95329. OLE color: 95329.

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

Color convert

RGB 97 116 1 -
CMYK 0.16 0 0.99 0.55
HSL 69.91º 0.98% 0.23% -
HSV(B) 69.91º 0.99% 0.45% -
XYZ 11.18 15.03 2.34 -
YUV 97.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 97 116 1 0.16 0 0.99 0.55 69.91 0.98 0.23
Hex 61 74 1 10 0 63 37 46 62 17
Octal 141 164 1 20 0 143 67 106 142 27
Binary 1100001 1110100 1 10000 0 1100011 110111 1000110 1100010 10111

Color Harmonies of #617401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617401

Black with #617401

Text Example


Text Example

White with #617401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617401; }

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

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

background-color css

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

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

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

border-color css

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

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

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