#615F04

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

Shades of Fiji Green #615F04

Tints of Fiji Green #615F04

Color information

#615F04 (or 0x615F04) is unknown color: approx Fiji Green. HEX triplet: 61, 5F and 04. RGB value is (97,95,4). Sum of RGB (Red+Green+Blue) = 97+95+4=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #615F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F04 is #9EA0FB. Grayscale: #555555. Windows color (decimal): -10395900 or 286561. OLE color: 286561.

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

Color convert

RGB97954-
CMYK00.020.960.62
HSL58.71º92.08%19.8%-
HSV(B)58.71º95.88%38.04%-
XYZ9.0410.731.71-
YUV85.2282.16136.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=49.49%
G=48.47%
B=2.04%

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
Decimal9795400.020.960.6258.7192.0819.8
Hex615F402603E3b5c14
Octal141137402140767313424
Binary110000110111111000101100000111110111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,95,4); }

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

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

 a { background-color: rgb(97,95,4); }

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

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

 span { border-color: rgb(97,95,4); }

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