Html Css Color HEX #616419 Fiji Green

📋 copy color: '#616419'

red 97 ◦ green 100 ◦ blue 25

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

Shades of Fiji Green #616419

Tints of Fiji Green #616419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

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

R = 43.69%
G = 45.05%
B = 11.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#616419 (or 0x616419) is known color: Fiji Green. HEX triplet: 61, 64 and 19. RGB value is (97,100,25). Sum of RGB (Red+Green+Blue) = 97+100+25=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #616419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616419 is #9E9BE6. Grayscale: #5A5A5A. Windows color (decimal): -10394599 or 1664097. OLE color: 1664097.

HSL color Cylindrical-coordinate representation of color #616419: hue angle of 62.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #616419 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 100 25 -
CMYK 0.03 0 0.75 0.61
HSL 62.4º 0.6% 0.25% -
HSV(B) 62.4º 0.75% 0.39% -
XYZ 9.66 11.73 2.67 -
YUV 90.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 97 100 25 0.03 0 0.75 0.61 62.4 0.6 0.25
Hex 61 64 19 3 0 4B 3D 3E 3C 19
Octal 141 144 31 3 0 113 75 76 74 31
Binary 1100001 1100100 11001 11 0 1001011 111101 111110 111100 11001

Color Harmonies of #616419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616419

Black with #616419

Text Example


Text Example

White with #616419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616419; }

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

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

background-color css

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

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

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

border-color css

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

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

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