Html Css Color HEX #617120 Fiji Green

📋 copy color: '#617120'

red 97 ◦ green 113 ◦ blue 32

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

Shades of Fiji Green #617120

Tints of Fiji Green #617120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

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

R = 40.08%
G = 46.69%
B = 13.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#617120 (or 0x617120) is known color: Fiji Green. HEX triplet: 61, 71 and 20. RGB value is (97,113,32). Sum of RGB (Red+Green+Blue) = 97+113+32=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #617120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617120 is #9E8EDF. Grayscale: #636363. Windows color (decimal): -10391264 or 2126177. OLE color: 2126177.

HSL color Cylindrical-coordinate representation of color #617120: hue angle of 71.85º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #617120 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 113 32 -
CMYK 0.14 0 0.72 0.56
HSL 71.85º 0.56% 0.28% -
HSV(B) 71.85º 0.72% 0.44% -
XYZ 11.1 14.46 3.57 -
YUV 98.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 97 113 32 0.14 0 0.72 0.56 71.85 0.56 0.28
Hex 61 71 20 E 0 48 38 48 38 1C
Octal 141 161 40 16 0 110 70 110 70 34
Binary 1100001 1110001 100000 1110 0 1001000 111000 1001000 111000 11100

Color Harmonies of #617120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617120

Black with #617120

Text Example


Text Example

White with #617120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617120; }

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

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

background-color css

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

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

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

border-color css

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

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

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