Html Css Color HEX #616616 Fiji Green

📋 copy color: '#616616'

red 97 ◦ green 102 ◦ blue 22

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

Shades of Fiji Green #616616

Tints of Fiji Green #616616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 43.89%
G = 46.15%
B = 9.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#616616 (or 0x616616) is known color: Fiji Green. HEX triplet: 61, 66 and 16. RGB value is (97,102,22). Sum of RGB (Red+Green+Blue) = 97+102+22=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #616616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616616 is #9E99E9. Grayscale: #5B5B5B. Windows color (decimal): -10394090 or 1468001. OLE color: 1468001.

HSL color Cylindrical-coordinate representation of color #616616: hue angle of 63.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #616616 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 22 -
CMYK 0.05 0 0.78 0.6
HSL 63.75º 0.65% 0.24% -
HSV(B) 63.75º 0.78% 0.4% -
XYZ 9.83 12.1 2.58 -
YUV 91.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 97 102 22 0.05 0 0.78 0.6 63.75 0.65 0.24
Hex 61 66 16 5 0 4E 3C 40 41 18
Octal 141 146 26 5 0 116 74 100 101 30
Binary 1100001 1100110 10110 101 0 1001110 111100 1000000 1000001 11000

Color Harmonies of #616616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616616

Black with #616616

Text Example


Text Example

White with #616616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616616; }

 p { color: rgb(97,102,22); }

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

background-color css

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

 a { background-color: rgb(97,102,22); }

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

border-color css

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

 span { border-color: rgb(97,102,22); }

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