Html Css Color HEX #5D7614 Fiji Green

📋 copy color: '#5D7614'

red 93 ◦ green 118 ◦ blue 20

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

Shades of Fiji Green #5D7614

Tints of Fiji Green #5D7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

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

R = 40.26%
G = 51.08%
B = 8.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#5D7614 (or 0x5D7614) is known color: Fiji Green. HEX triplet: 5D, 76 and 14. RGB value is (93,118,20). Sum of RGB (Red+Green+Blue) = 93+118+20=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7614 is #A289EB. Grayscale: #636363. Windows color (decimal): -10652140 or 1341021. OLE color: 1341021.

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

Color convert

RGB 93 118 20 -
CMYK 0.21 0 0.83 0.54
HSL 75.31º 0.71% 0.27% -
HSV(B) 75.31º 0.83% 0.46% -
XYZ 11.12 15.33 3.04 -
YUV 99.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 93 118 20 0.21 0 0.83 0.54 75.31 0.71 0.27
Hex 5D 76 14 15 0 53 36 4B 47 1B
Octal 135 166 24 25 0 123 66 113 107 33
Binary 1011101 1110110 10100 10101 0 1010011 110110 1001011 1000111 11011

Color Harmonies of #5D7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7614

Black with #5D7614

Text Example


Text Example

White with #5D7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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