#616825

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

Shades of Fiji Green #616825

Tints of Fiji Green #616825

Color information

#616825 (or 0x616825) is unknown color: approx Fiji Green. HEX triplet: 61, 68 and 25. RGB value is (97,104,37). Sum of RGB (Red+Green+Blue) = 97+104+37=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #616825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616825 is #9E97DA. Grayscale: #5E5E5E. Windows color (decimal): -10393563 or 2451553. OLE color: 2451553.

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

Color convert

RGB9710437-
CMYK0.0700.640.59
HSL66.27º47.52%27.65%-
HSV(B)66.27º64.42%40.78%-
XYZ10.2112.583.64-
YUV94.2795.68129.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=40.76%
G=43.70%
B=15.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104370.0700.640.5966.2747.5227.65
Hex61682570403B42301c
Octal1411504570100731026034
Binary1100001110100010010111101000000111011100001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616825; }

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

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

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

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

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

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

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

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