#615D01

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

Shades of Fiji Green #615D01

Tints of Fiji Green #615D01

Color information

#615D01 (or 0x615D01) is unknown color: approx Fiji Green. HEX triplet: 61, 5D and 01. RGB value is (97,93,1). Sum of RGB (Red+Green+Blue) = 97+93+1=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #615D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615D01 is #9EA2FE. Grayscale: #545454. Windows color (decimal): -10396415 or 89441. OLE color: 89441.

HSL color Cylindrical-coordinate representation of color #615D01: hue angle of 57.5º 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 #615D01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB97931-
CMYK00.040.990.62
HSL57.5º97.96%19.22%-
HSV(B)57.5º98.97%38.04%-
XYZ8.8510.371.56-
YUV83.7181.33137.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 93 (36.72% from 255) = 48.69%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=50.79%
G=48.69%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9793100.040.990.6257.597.9619.22
Hex615D104633E3a6213
Octal141135104143767214223
Binary11000011011101101001100011111110111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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