Html Css Color HEX #616810 Fiji Green

📋 copy color: '#616810'

red 97 ◦ green 104 ◦ blue 16

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

Shades of Fiji Green #616810

Tints of Fiji Green #616810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 44.7%
G = 47.93%
B = 7.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#616810 (or 0x616810) is known color: Fiji Green. HEX triplet: 61, 68 and 10. RGB value is (97,104,16). Sum of RGB (Red+Green+Blue) = 97+104+16=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #616810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616810 is #9E97EF. Grayscale: #5C5C5C. Windows color (decimal): -10393584 or 1075297. OLE color: 1075297.

HSL color Cylindrical-coordinate representation of color #616810: hue angle of 64.77º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #616810 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 16 -
CMYK 0.07 0 0.85 0.59
HSL 64.77º 0.73% 0.24% -
HSV(B) 64.77º 0.85% 0.41% -
XYZ 9.97 12.48 2.37 -
YUV 91.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 97 104 16 0.07 0 0.85 0.59 64.77 0.73 0.24
Hex 61 68 10 7 0 55 3B 41 49 18
Octal 141 150 20 7 0 125 73 101 111 30
Binary 1100001 1101000 10000 111 0 1010101 111011 1000001 1001001 11000

Color Harmonies of #616810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616810

Black with #616810

Text Example


Text Example

White with #616810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616810; }

 p { color: rgb(97,104,16); }

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

background-color css

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

 a { background-color: rgb(97,104,16); }

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

border-color css

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

 span { border-color: rgb(97,104,16); }

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