#5F6825

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

Shades of Fiji Green #5F6825

Tints of Fiji Green #5F6825

Color information

#5F6825 (or 0x5F6825) is unknown color: approx Fiji Green. HEX triplet: 5F, 68 and 25. RGB value is (95,104,37). Sum of RGB (Red+Green+Blue) = 95+104+37=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6825 is #A097DA. Grayscale: #5D5D5D. Windows color (decimal): -10524635 or 2451551. OLE color: 2451551.

HSL color Cylindrical-coordinate representation of color #5F6825: hue angle of 68.06º 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 #5F6825 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB9510437-
CMYK0.0900.640.59
HSL68.06º47.52%27.65%-
HSV(B)68.06º64.42%40.78%-
XYZ1012.473.63-
YUV93.6796.02128.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=40.25%
G=44.07%
B=15.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104370.0900.640.5968.0647.5227.65
Hex5F682590403B44301c
Octal13715045110100731046034
Binary10111111101000100101100101000000111011100010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6825; }

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

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

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

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

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

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

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

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