#5F7107

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

Shades of Fiji Green #5F7107

Tints of Fiji Green #5F7107

Color information

#5F7107 (or 0x5F7107) is unknown color: approx Fiji Green. HEX triplet: 5F, 71 and 07. RGB value is (95,113,7). Sum of RGB (Red+Green+Blue) = 95+113+7=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7107 is #A08EF8. Grayscale: #5F5F5F. Windows color (decimal): -10522361 or 487775. OLE color: 487775.

HSL color Cylindrical-coordinate representation of color #5F7107: hue angle of 70.19º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F7107 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB951137-
CMYK0.1600.940.56
HSL70.19º88.33%23.53%-
HSV(B)70.19º93.81%44.31%-
XYZ10.6614.262.39-
YUV95.5378.04127.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.19%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 7 (3.12% from 255) = 3.26%
R=44.19%
G=52.56%
B=3.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9511370.1600.940.5670.1988.3323.53
Hex5F7171005E38465818
Octal13716172001367010613030
Binary1011111111000111110000010111101110001000110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7107; }

 p { color: rgb(95,113,7); }

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

<style>
 a { background-color: #5F7107; }

 a { background-color: rgb(95,113,7); }

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

<style>
 span { border-color: #5F7107; }

 span { border-color: rgb(95,113,7); }

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