Html Css Color HEX #5D771F Fiji Green

📋 copy color: '#5D771F'

red 93 ◦ green 119 ◦ blue 31

#5D771F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5D771F

Tints of Fiji Green #5D771F

RGB

 RED value IS 93 (36.72% from 255) = 38.27%

 GREEN value IS 119 (46.88% from 255) = 48.97%

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 38.27%
G = 48.97%
B = 12.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#5D771F (or 0x5D771F) is known color: Fiji Green. HEX triplet: 5D, 77 and 1F. RGB value is (93,119,31). Sum of RGB (Red+Green+Blue) = 93+119+31=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #5D771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D771F is #A288E0. Grayscale: #656565. Windows color (decimal): -10651873 or 2062173. OLE color: 2062173.

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

Color convert

RGB 93 119 31 -
CMYK 0.22 0 0.74 0.53
HSL 77.73º 0.59% 0.29% -
HSV(B) 77.73º 0.74% 0.47% -
XYZ 11.36 15.62 3.71 -
YUV 101.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 93 119 31 0.22 0 0.74 0.53 77.73 0.59 0.29
Hex 5D 77 1F 16 0 4A 35 4E 3B 1D
Octal 135 167 37 26 0 112 65 116 73 35
Binary 1011101 1110111 11111 10110 0 1001010 110101 1001110 111011 11101

Color Harmonies of #5D771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D771F

Black with #5D771F

Text Example


Text Example

White with #5D771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D771F;
 }
 .AnyTagClassName
 {
   color: #5D771F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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