#5F780E

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

Shades of Fiji Green #5F780E

Tints of Fiji Green #5F780E

Color information

#5F780E (or 0x5F780E) is unknown color: approx Fiji Green. HEX triplet: 5F, 78 and 0E. RGB value is (95,120,14). Sum of RGB (Red+Green+Blue) = 95+120+14=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #5F780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F780E is #A087F1. Grayscale: #646464. Windows color (decimal): -10520562 or 948319. OLE color: 948319.

HSL color Cylindrical-coordinate representation of color #5F780E: hue angle of 74.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F780E is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB9512014-
CMYK0.2100.880.53
HSL74.15º79.1%26.27%-
HSV(B)74.15º88.33%47.06%-
XYZ11.5215.92.88-
YUV100.4479.22124.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.48%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=41.48%
G=52.40%
B=6.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120140.2100.880.5374.1579.126.27
Hex5F78E15058354a4f1a
Octal137170162501306511211732
Binary10111111111000111010101010110001101011001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,120,14); }

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

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

 a { background-color: rgb(95,120,14); }

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

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

 span { border-color: rgb(95,120,14); }

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