#5E6720

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

Shades of Fiji Green #5E6720

Tints of Fiji Green #5E6720

Color information

#5E6720 (or 0x5E6720) is unknown color: approx Fiji Green. HEX triplet: 5E, 67 and 20. RGB value is (94,103,32). Sum of RGB (Red+Green+Blue) = 94+103+32=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6720 is #A198DF. Grayscale: #5C5C5C. Windows color (decimal): -10590432 or 2123614. OLE color: 2123614.

HSL color Cylindrical-coordinate representation of color #5E6720: hue angle of 67.61º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E6720 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB9410332-
CMYK0.0900.690.60
HSL67.61º52.59%26.47%-
HSV(B)67.61º68.93%40.39%-
XYZ9.7312.183.21-
YUV92.2194.02129.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.05%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=41.05%
G=44.98%
B=13.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94103320.0900.690.6067.6152.5926.47
Hex5E672090453C44351a
Octal13614740110105741046532
Binary10111101100111100000100101000101111100100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,103,32); }

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

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

 a { background-color: rgb(94,103,32); }

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

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

 span { border-color: rgb(94,103,32); }

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