#615D00

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

Shades of Fiji Green #615D00

Tints of Fiji Green #615D00

Color information

#615D00 (or 0x615D00) is unknown color: approx Fiji Green. HEX triplet: 61, 5D and 00. RGB value is (97,93,0). Sum of RGB (Red+Green+Blue) = 97+93+0=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #615D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615D00 is #9EA2FF. Grayscale: #535353. Windows color (decimal): -10396416 or 23905. OLE color: 23905.

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

Color convert

RGB97930-
CMYK00.0410.62
HSL57.53º100%19.02%-
HSV(B)57.53º100%38.04%-
XYZ8.8410.371.54-
YUV83.5980.83137.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 93 (36.72% from 255) = 48.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.05%
G=48.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9793000.0410.6257.5310019.02
Hex615D004643E3a6413
Octal141135004144767214423
Binary11000011011101001001100100111110111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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