#5D771D

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

Shades of Fiji Green #5D771D

Tints of Fiji Green #5D771D

Color information

#5D771D (or 0x5D771D) is unknown color: approx Fiji Green. HEX triplet: 5D, 77 and 1D. RGB value is (93,119,29). Sum of RGB (Red+Green+Blue) = 93+119+29=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #5D771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D771D is #A288E2. Grayscale: #656565. Windows color (decimal): -10651875 or 1931101. OLE color: 1931101.

HSL color Cylindrical-coordinate representation of color #5D771D: hue angle of 77.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D771D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB9311929-
CMYK0.2200.760.53
HSL77.33º60.81%29.02%-
HSV(B)77.33º75.63%46.67%-
XYZ11.3315.613.58-
YUV100.9787.39122.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.59%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=38.59%
G=49.38%
B=12.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119290.2200.760.5377.3360.8129.02
Hex5D771D1604C354d3d1d
Octal13516735260114651157535
Binary10111011110111111011011001001100110101100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,119,29); }

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

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

 a { background-color: rgb(93,119,29); }

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

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

 span { border-color: rgb(93,119,29); }

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