Html Css Color HEX #617600 Fiji Green

📋 copy color: '#617600'

red 97 ◦ green 118 ◦ blue 0

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

Shades of Fiji Green #617600

Tints of Fiji Green #617600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.88%

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

R = 45.12%
G = 54.88%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#617600 (or 0x617600) is known color: Fiji Green. HEX triplet: 61, 76 and 00. RGB value is (97,118,0). Sum of RGB (Red+Green+Blue) = 97+118+0=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #617600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617600 is #9E89FF. Grayscale: #626262. Windows color (decimal): -10390016 or 30305. OLE color: 30305.

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

Color convert

RGB 97 118 0 -
CMYK 0.18 0 1 0.54
HSL 70.68º 1% 0.23% -
HSV(B) 70.68º 1% 0.46% -
XYZ 11.41 15.5 2.39 -
YUV 98.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 97 118 0 0.18 0 1 0.54 70.68 1 0.23
Hex 61 76 0 12 0 64 36 47 64 17
Octal 141 166 0 22 0 144 66 107 144 27
Binary 1100001 1110110 0 10010 0 1100100 110110 1000111 1100100 10111

Color Harmonies of #617600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617600

Black with #617600

Text Example


Text Example

White with #617600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617600; }

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

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

background-color css

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

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

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

border-color css

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

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

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