#605E04

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

Shades of Fiji Green #605E04

Tints of Fiji Green #605E04

Color information

#605E04 (or 0x605E04) is unknown color: approx Fiji Green. HEX triplet: 60, 5E and 04. RGB value is (96,94,4). Sum of RGB (Red+Green+Blue) = 96+94+4=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605E04 is #9FA1FB. Grayscale: #545454. Windows color (decimal): -10461692 or 286304. OLE color: 286304.

HSL color Cylindrical-coordinate representation of color #605E04: hue angle of 58.7º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #605E04 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96944-
CMYK00.020.960.62
HSL58.7º92%19.61%-
HSV(B)58.7º95.83%37.65%-
XYZ8.8510.51.68-
YUV84.3482.66136.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 94 (37.11% from 255) = 48.45%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=49.48%
G=48.45%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9694400.020.960.6258.79219.61
Hex605E402603E3b5c14
Octal140136402140767313424
Binary110000010111101000101100000111110111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605E04; }

 p { color: rgb(96,94,4); }

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

<style>
 a { background-color: #605E04; }

 a { background-color: rgb(96,94,4); }

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

<style>
 span { border-color: #605E04; }

 span { border-color: rgb(96,94,4); }

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