Html Css Color HEX #5D7604 Fiji Green

📋 copy color: '#5D7604'

red 93 ◦ green 118 ◦ blue 4

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

Shades of Fiji Green #5D7604

Tints of Fiji Green #5D7604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 43.26%
G = 54.88%
B = 1.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#5D7604 (or 0x5D7604) is known color: Fiji Green. HEX triplet: 5D, 76 and 04. RGB value is (93,118,4). Sum of RGB (Red+Green+Blue) = 93+118+4=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7604 is #A289FB. Grayscale: #616161. Windows color (decimal): -10652156 or 292445. OLE color: 292445.

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

Color convert

RGB 93 118 4 -
CMYK 0.21 0 0.97 0.54
HSL 73.16º 0.93% 0.24% -
HSV(B) 73.16º 0.97% 0.46% -
XYZ 11.01 15.29 2.49 -
YUV 97.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 93 118 4 0.21 0 0.97 0.54 73.16 0.93 0.24
Hex 5D 76 4 15 0 61 36 49 5D 18
Octal 135 166 4 25 0 141 66 111 135 30
Binary 1011101 1110110 100 10101 0 1100001 110110 1001001 1011101 11000

Color Harmonies of #5D7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7604

Black with #5D7604

Text Example


Text Example

White with #5D7604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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