#615F06

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

Shades of Fiji Green #615F06

Tints of Fiji Green #615F06

Color information

#615F06 (or 0x615F06) is unknown color: approx Fiji Green. HEX triplet: 61, 5F and 06. RGB value is (97,95,6). Sum of RGB (Red+Green+Blue) = 97+95+6=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #615F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F06 is #9EA0F9. Grayscale: #555555. Windows color (decimal): -10395898 or 417633. OLE color: 417633.

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

Color convert

RGB97956-
CMYK00.020.940.62
HSL58.68º88.35%20.2%-
HSV(B)58.68º93.81%38.04%-
XYZ9.0510.741.77-
YUV85.4583.16136.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 95 (37.5% from 255) = 47.98%
BLUE value IS 6 (2.73% from 255) = 3.03%
R=48.99%
G=47.98%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795600.020.940.6258.6888.3520.2
Hex615F6025E3E3b5814
Octal141137602136767313024
Binary110000110111111100101011110111110111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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