#615F05

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

Shades of Fiji Green #615F05

Tints of Fiji Green #615F05

Color information

#615F05 (or 0x615F05) is unknown color: approx Fiji Green. HEX triplet: 61, 5F and 05. RGB value is (97,95,5). Sum of RGB (Red+Green+Blue) = 97+95+5=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #615F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F05 is #9EA0FA. Grayscale: #555555. Windows color (decimal): -10395899 or 352097. OLE color: 352097.

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

Color convert

RGB97955-
CMYK00.020.950.62
HSL58.7º90.2%20%-
HSV(B)58.7º94.85%38.04%-
XYZ9.0510.741.74-
YUV85.3482.66136.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=49.24%
G=48.22%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795500.020.950.6258.790.220
Hex615F5025F3E3b5a14
Octal141137502137767313224
Binary110000110111111010101011111111110111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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