#5F7727

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

Shades of Fiji Green #5F7727

Tints of Fiji Green #5F7727

Color information

#5F7727 (or 0x5F7727) is unknown color: approx Fiji Green. HEX triplet: 5F, 77 and 27. RGB value is (95,119,39). Sum of RGB (Red+Green+Blue) = 95+119+39=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7727 is #A088D8. Grayscale: #676767. Windows color (decimal): -10520793 or 2586463. OLE color: 2586463.

HSL color Cylindrical-coordinate representation of color #5F7727: hue angle of 78º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F7727 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB9511939-
CMYK0.2000.670.53
HSL78º50.63%30.98%-
HSV(B)78º67.23%46.67%-
XYZ11.6815.774.35-
YUV102.792.05122.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.55%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=37.55%
G=47.04%
B=15.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119390.2000.670.537850.6330.98
Hex5F772714043354e331f
Octal13716747240103651166337
Binary101111111101111001111010001000011110101100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,39); }

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

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

 a { background-color: rgb(95,119,39); }

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

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

 span { border-color: rgb(95,119,39); }

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