#616925

Color #616925 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #616925

Tints of Fiji Green #616925

Color information

#616925 (or 0x616925) is unknown color: approx Fiji Green. HEX triplet: 61, 69 and 25. RGB value is (97,105,37). Sum of RGB (Red+Green+Blue) = 97+105+37=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #616925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616925 is #9E96DA. Grayscale: #5F5F5F. Windows color (decimal): -10393307 or 2451809. OLE color: 2451809.

HSL color Cylindrical-coordinate representation of color #616925: hue angle of 67.06º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #616925 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB9710537-
CMYK0.0800.650.59
HSL67.06º47.89%27.84%-
HSV(B)67.06º64.76%41.18%-
XYZ10.3212.783.67-
YUV94.8695.35129.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=40.59%
G=43.93%
B=15.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105370.0800.650.5967.0647.8927.84
Hex61692580413B43301c
Octal14115145100101731036034
Binary11000011101001100101100001000001111011100001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616925; }

 p { color: rgb(97,105,37); }

 H1.HeaderClassName
 {
   color: #616925;
 }
 .AnyTagClassName
 {
   color: #616925;
 }
</style>
background-color css

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

 a { background-color: rgb(97,105,37); }

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

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

 span { border-color: rgb(97,105,37); }

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