#5D691F

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

Shades of Fiji Green #5D691F

Tints of Fiji Green #5D691F

Color information

#5D691F (or 0x5D691F) is unknown color: approx Fiji Green. HEX triplet: 5D, 69 and 1F. RGB value is (93,105,31). Sum of RGB (Red+Green+Blue) = 93+105+31=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #5D691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D691F is #A296E0. Grayscale: #5D5D5D. Windows color (decimal): -10655457 or 2058589. OLE color: 2058589.

HSL color Cylindrical-coordinate representation of color #5D691F: hue angle of 69.73º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D691F is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB9310531-
CMYK0.1100.700.59
HSL69.73º54.41%26.67%-
HSV(B)69.73º70.48%41.18%-
XYZ9.8112.533.2-
YUV92.9893.02128.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.61%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 31 (12.5% from 255) = 13.54%
R=40.61%
G=45.85%
B=13.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93105310.1100.700.5969.7354.4126.67
Hex5D691FB0463B46361b
Octal13515137130106731066633
Binary1011101110100111111101101000110111011100011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,105,31); }

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

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

 a { background-color: rgb(93,105,31); }

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

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

 span { border-color: rgb(93,105,31); }

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