Html Css Color HEX #617019 Fiji Green

📋 copy color: '#617019'

red 97 ◦ green 112 ◦ blue 25

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

Shades of Fiji Green #617019

Tints of Fiji Green #617019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 41.45%
G = 47.86%
B = 10.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#617019 (or 0x617019) is known color: Fiji Green. HEX triplet: 61, 70 and 19. RGB value is (97,112,25). Sum of RGB (Red+Green+Blue) = 97+112+25=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #617019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617019 is #9E8FE6. Grayscale: #616161. Windows color (decimal): -10391527 or 1667169. OLE color: 1667169.

HSL color Cylindrical-coordinate representation of color #617019: hue angle of 70.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #617019 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 25 -
CMYK 0.13 0 0.78 0.56
HSL 70.34º 0.64% 0.27% -
HSV(B) 70.34º 0.78% 0.44% -
XYZ 10.9 14.2 3.09 -
YUV 97.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 97 112 25 0.13 0 0.78 0.56 70.34 0.64 0.27
Hex 61 70 19 D 0 4E 38 46 40 1B
Octal 141 160 31 15 0 116 70 106 100 33
Binary 1100001 1110000 11001 1101 0 1001110 111000 1000110 1000000 11011

Color Harmonies of #617019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617019

Black with #617019

Text Example


Text Example

White with #617019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617019; }

 p { color: rgb(97,112,25); }

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

background-color css

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

 a { background-color: rgb(97,112,25); }

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

border-color css

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

 span { border-color: rgb(97,112,25); }

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