Html Css Color HEX #617701 Fiji Green

📋 copy color: '#617701'

red 97 ◦ green 119 ◦ blue 1

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

Shades of Fiji Green #617701

Tints of Fiji Green #617701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.84%

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

R = 44.7%
G = 54.84%
B = 0.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#617701 (or 0x617701) is known color: Fiji Green. HEX triplet: 61, 77 and 01. RGB value is (97,119,1). Sum of RGB (Red+Green+Blue) = 97+119+1=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #617701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617701 is #9E88FE. Grayscale: #636363. Windows color (decimal): -10389759 or 96097. OLE color: 96097.

HSL color Cylindrical-coordinate representation of color #617701: hue angle of 71.19º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #617701 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 1 -
CMYK 0.18 0 0.99 0.53
HSL 71.19º 0.98% 0.24% -
HSV(B) 71.19º 0.99% 0.47% -
XYZ 11.53 15.74 2.46 -
YUV 98.97 72.71 126.59 -
System Red Green Blue C M Y K H S L
Decimal 97 119 1 0.18 0 0.99 0.53 71.19 0.98 0.24
Hex 61 77 1 12 0 63 35 47 62 18
Octal 141 167 1 22 0 143 65 107 142 30
Binary 1100001 1110111 1 10010 0 1100011 110101 1000111 1100010 11000

Color Harmonies of #617701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617701

Black with #617701

Text Example


Text Example

White with #617701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617701; }

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

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

background-color css

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

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

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

border-color css

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

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

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