#5D690F

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

Shades of Fiji Green #5D690F

Tints of Fiji Green #5D690F

Color information

#5D690F (or 0x5D690F) is unknown color: approx Fiji Green. HEX triplet: 5D, 69 and 0F. RGB value is (93,105,15). Sum of RGB (Red+Green+Blue) = 93+105+15=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #5D690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D690F is #A296F0. Grayscale: #5B5B5B. Windows color (decimal): -10655473 or 1010013. OLE color: 1010013.

HSL color Cylindrical-coordinate representation of color #5D690F: hue angle of 68º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D690F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB9310515-
CMYK0.1100.860.59
HSL68º75%23.53%-
HSV(B)68º85.71%41.18%-
XYZ9.6512.462.35-
YUV91.1585.02129.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=43.66%
G=49.30%
B=7.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93105150.1100.860.59687523.53
Hex5D69FB0563B444b18
Octal135151171301267310411330
Binary1011101110100111111011010101101110111000100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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