#617800

Color #617800 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #617800

Tints of Fiji Green #617800

Color information

#617800 (or 0x617800) is unknown color: approx 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

RGB971200-
CMYK0.19010.53
HSL71.5º100%23.53%-
HSV(B)71.5º100%47.06%-
XYZ11.6515.972.47-
YUV99.4471.88126.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.70%
G=55.30%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9712000.19010.5371.510023.53
Hex617801306435486418
Octal14117002301446511014430
Binary11000011111000010011011001001101011001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>