Html Css Color HEX #617620 Fiji Green

📋 copy color: '#617620'

red 97 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #617620

Tints of Fiji Green #617620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 39.27%
G = 47.77%
B = 12.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#617620 (or 0x617620) is known color: Fiji Green. HEX triplet: 61, 76 and 20. RGB value is (97,118,32). Sum of RGB (Red+Green+Blue) = 97+118+32=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #617620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617620 is #9E89DF. Grayscale: #666666. Windows color (decimal): -10389984 or 2127457. OLE color: 2127457.

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

Color convert

RGB 97 118 32 -
CMYK 0.18 0 0.73 0.54
HSL 74.65º 0.57% 0.29% -
HSV(B) 74.65º 0.73% 0.46% -
XYZ 11.67 15.6 3.76 -
YUV 101.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 97 118 32 0.18 0 0.73 0.54 74.65 0.57 0.29
Hex 61 76 20 12 0 49 36 4B 39 1D
Octal 141 166 40 22 0 111 66 113 71 35
Binary 1100001 1110110 100000 10010 0 1001001 110110 1001011 111001 11101

Color Harmonies of #617620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617620

Black with #617620

Text Example


Text Example

White with #617620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617620; }

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

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

background-color css

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

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

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

border-color css

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

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

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