Html Css Color HEX #616319 Fiji Green

📋 copy color: '#616319'

red 97 ◦ green 99 ◦ blue 25

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

Shades of Fiji Green #616319

Tints of Fiji Green #616319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 43.89%
G = 44.8%
B = 11.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#616319 (or 0x616319) is known color: Fiji Green. HEX triplet: 61, 63 and 19. RGB value is (97,99,25). Sum of RGB (Red+Green+Blue) = 97+99+25=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #616319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616319 is #9E9CE6. Grayscale: #5A5A5A. Windows color (decimal): -10394855 or 1663841. OLE color: 1663841.

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

Color convert

RGB 97 99 25 -
CMYK 0.02 0 0.75 0.61
HSL 61.62º 0.6% 0.24% -
HSV(B) 61.62º 0.75% 0.39% -
XYZ 9.57 11.54 2.64 -
YUV 89.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 97 99 25 0.02 0 0.75 0.61 61.62 0.6 0.24
Hex 61 63 19 2 0 4B 3D 3E 3C 18
Octal 141 143 31 2 0 113 75 76 74 30
Binary 1100001 1100011 11001 10 0 1001011 111101 111110 111100 11000

Color Harmonies of #616319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616319

Black with #616319

Text Example


Text Example

White with #616319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616319; }

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

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

background-color css

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

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

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

border-color css

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

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

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