Html Css Color HEX #617800 Fiji Green

📋 copy color: '#617800'

red 97 ◦ green 120 ◦ blue 0

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

Shades of Fiji Green #617800

Tints of Fiji Green #617800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.3%

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

R = 44.7%
G = 55.3%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#617800 (or 0x617800) is known color: Fiji Green. HEX triplet: 61, 78 and 00. RGB value is (97,120,0). Sum of RGB (Red+Green+Blue) = 97+120+0=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #617800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617800 is #9E87FF. Grayscale: #636363. Windows color (decimal): -10389504 or 30817. OLE color: 30817.

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

Color convert

RGB 97 120 0 -
CMYK 0.19 0 1 0.53
HSL 71.5º 1% 0.24% -
HSV(B) 71.5º 1% 0.47% -
XYZ 11.65 15.97 2.47 -
YUV 99.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 97 120 0 0.19 0 1 0.53 71.5 1 0.24
Hex 61 78 0 13 0 64 35 48 64 18
Octal 141 170 0 23 0 144 65 110 144 30
Binary 1100001 1111000 0 10011 0 1100100 110101 1001000 1100100 11000

Color Harmonies of #617800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617800

Black with #617800

Text Example


Text Example

White with #617800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617800; }

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

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

background-color css

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

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

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

border-color css

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

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

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