Html Css Color HEX #5E710D Fiji Green

📋 copy color: '#5E710D'

red 94 ◦ green 113 ◦ blue 13

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

Shades of Fiji Green #5E710D

Tints of Fiji Green #5E710D

RGB

 RED value IS 94 (37.11% from 255) = 42.73%

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 42.73%
G = 51.36%
B = 5.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#5E710D (or 0x5E710D) is known color: Fiji Green. HEX triplet: 5E, 71 and 0D. RGB value is (94,113,13). Sum of RGB (Red+Green+Blue) = 94+113+13=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #5E710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E710D is #A18EF2. Grayscale: #606060. Windows color (decimal): -10587891 or 880990. OLE color: 880990.

HSL color Cylindrical-coordinate representation of color #5E710D: hue angle of 71.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E710D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 13 -
CMYK 0.17 0 0.88 0.56
HSL 71.4º 0.79% 0.25% -
HSV(B) 71.4º 0.88% 0.44% -
XYZ 10.59 14.22 2.57 -
YUV 95.92 81.21 126.63 -
System Red Green Blue C M Y K H S L
Decimal 94 113 13 0.17 0 0.88 0.56 71.4 0.79 0.25
Hex 5E 71 D 11 0 58 38 47 4F 19
Octal 136 161 15 21 0 130 70 107 117 31
Binary 1011110 1110001 1101 10001 0 1011000 111000 1000111 1001111 11001

Color Harmonies of #5E710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E710D

Black with #5E710D

Text Example


Text Example

White with #5E710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,13); }

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

background-color css

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

 a { background-color: rgb(94,113,13); }

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

border-color css

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

 span { border-color: rgb(94,113,13); }

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