Html Css Color HEX #5D7714 Fiji Green

📋 copy color: '#5D7714'

red 93 ◦ green 119 ◦ blue 20

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

Shades of Fiji Green #5D7714

Tints of Fiji Green #5D7714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 40.09%
G = 51.29%
B = 8.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#5D7714 (or 0x5D7714) is known color: Fiji Green. HEX triplet: 5D, 77 and 14. RGB value is (93,119,20). Sum of RGB (Red+Green+Blue) = 93+119+20=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7714 is #A288EB. Grayscale: #646464. Windows color (decimal): -10651884 or 1341277. OLE color: 1341277.

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

Color convert

RGB 93 119 20 -
CMYK 0.22 0 0.83 0.53
HSL 75.76º 0.71% 0.27% -
HSV(B) 75.76º 0.83% 0.47% -
XYZ 11.24 15.57 3.08 -
YUV 99.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 93 119 20 0.22 0 0.83 0.53 75.76 0.71 0.27
Hex 5D 77 14 16 0 53 35 4C 47 1B
Octal 135 167 24 26 0 123 65 114 107 33
Binary 1011101 1110111 10100 10110 0 1010011 110101 1001100 1000111 11011

Color Harmonies of #5D7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7714

Black with #5D7714

Text Example


Text Example

White with #5D7714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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