#5F6E28

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

Shades of Fiji Green #5F6E28

Tints of Fiji Green #5F6E28

Color information

#5F6E28 (or 0x5F6E28) is unknown color: approx Fiji Green. HEX triplet: 5F, 6E and 28. RGB value is (95,110,40). Sum of RGB (Red+Green+Blue) = 95+110+40=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6E28 is #A091D7. Grayscale: #616161. Windows color (decimal): -10523096 or 2649695. OLE color: 2649695.

HSL color Cylindrical-coordinate representation of color #5F6E28: hue angle of 72.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F6E28 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB9511040-
CMYK0.1400.640.57
HSL72.86º46.67%29.41%-
HSV(B)72.86º63.64%43.14%-
XYZ10.6813.744.1-
YUV97.5495.53126.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=38.78%
G=44.90%
B=16.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95110400.1400.640.5772.8646.6729.41
Hex5F6E28E04039492f1d
Octal13715650160100711115735
Binary10111111101110101000111001000000111001100100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,40); }

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

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

 a { background-color: rgb(95,110,40); }

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

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

 span { border-color: rgb(95,110,40); }

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