#5E770E

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

Shades of Fiji Green #5E770E

Tints of Fiji Green #5E770E

Color information

#5E770E (or 0x5E770E) is unknown color: approx Fiji Green. HEX triplet: 5E, 77 and 0E. RGB value is (94,119,14). Sum of RGB (Red+Green+Blue) = 94+119+14=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #5E770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E770E is #A188F1. Grayscale: #636363. Windows color (decimal): -10586354 or 948062. OLE color: 948062.

HSL color Cylindrical-coordinate representation of color #5E770E: hue angle of 74.29º 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 #5E770E is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB9411914-
CMYK0.2100.880.53
HSL74.29º78.95%26.08%-
HSV(B)74.29º88.24%46.67%-
XYZ11.2915.612.83-
YUV99.5679.72124.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.41%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=41.41%
G=52.42%
B=6.17%

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
Decimal94119140.2100.880.5374.2978.9526.08
Hex5E77E15058354a4f1a
Octal136167162501306511211732
Binary10111101110111111010101010110001101011001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,119,14); }

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

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

 a { background-color: rgb(94,119,14); }

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

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

 span { border-color: rgb(94,119,14); }

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