#615E01

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

Shades of Fiji Green #615E01

Tints of Fiji Green #615E01

Color information

#615E01 (or 0x615E01) is unknown color: approx Fiji Green. HEX triplet: 61, 5E and 01. RGB value is (97,94,1). Sum of RGB (Red+Green+Blue) = 97+94+1=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #615E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E01 is #9EA1FE. Grayscale: #545454. Windows color (decimal): -10396159 or 89697. OLE color: 89697.

HSL color Cylindrical-coordinate representation of color #615E01: hue angle of 58.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #615E01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB97941-
CMYK00.030.990.62
HSL58.12º97.96%19.22%-
HSV(B)58.12º98.97%38.04%-
XYZ8.9410.551.59-
YUV84.380.99137.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=50.52%
G=48.96%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9794100.030.990.6258.1297.9619.22
Hex615E103633E3a6213
Octal141136103143767214223
Binary1100001101111010111100011111110111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615E01; }

 p { color: rgb(97,94,1); }

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

<style>
 a { background-color: #615E01; }

 a { background-color: rgb(97,94,1); }

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

<style>
 span { border-color: #615E01; }

 span { border-color: rgb(97,94,1); }

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