Html Css Color HEX #616513 Fiji Green

📋 copy color: '#616513'

red 97 ◦ green 101 ◦ blue 19

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

Shades of Fiji Green #616513

Tints of Fiji Green #616513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.54%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 44.7%
G = 46.54%
B = 8.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#616513 (or 0x616513) is known color: Fiji Green. HEX triplet: 61, 65 and 13. RGB value is (97,101,19). Sum of RGB (Red+Green+Blue) = 97+101+19=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #616513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616513 is #9E9AEC. Grayscale: #5A5A5A. Windows color (decimal): -10394349 or 1271137. OLE color: 1271137.

HSL color Cylindrical-coordinate representation of color #616513: hue angle of 62.93º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #616513 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 19 -
CMYK 0.04 0 0.81 0.60
HSL 62.93º 0.68% 0.24% -
HSV(B) 62.93º 0.81% 0.4% -
XYZ 9.7 11.9 2.4 -
YUV 90.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 97 101 19 0.04 0 0.81 0.60 62.93 0.68 0.24
Hex 61 65 13 4 0 51 3C 3F 44 18
Octal 141 145 23 4 0 121 74 77 104 30
Binary 1100001 1100101 10011 100 0 1010001 111100 111111 1000100 11000

Color Harmonies of #616513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616513

Black with #616513

Text Example


Text Example

White with #616513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616513; }

 p { color: rgb(97,101,19); }

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

background-color css

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

 a { background-color: rgb(97,101,19); }

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

border-color css

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

 span { border-color: rgb(97,101,19); }

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