Html Css Color HEX #5D7601 Fiji Green

📋 copy color: '#5D7601'

red 93 ◦ green 118 ◦ blue 1

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

Shades of Fiji Green #5D7601

Tints of Fiji Green #5D7601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 43.87%
G = 55.66%
B = 0.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#5D7601 (or 0x5D7601) is known color: Fiji Green. HEX triplet: 5D, 76 and 01. RGB value is (93,118,1). Sum of RGB (Red+Green+Blue) = 93+118+1=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7601 is #A289FE. Grayscale: #616161. Windows color (decimal): -10652159 or 95837. OLE color: 95837.

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

Color convert

RGB 93 118 1 -
CMYK 0.21 0 0.99 0.54
HSL 72.82º 0.98% 0.23% -
HSV(B) 72.82º 0.99% 0.46% -
XYZ 11 15.29 2.4 -
YUV 97.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 93 118 1 0.21 0 0.99 0.54 72.82 0.98 0.23
Hex 5D 76 1 15 0 63 36 49 62 17
Octal 135 166 1 25 0 143 66 111 142 27
Binary 1011101 1110110 1 10101 0 1100011 110110 1001001 1100010 10111

Color Harmonies of #5D7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7601

Black with #5D7601

Text Example


Text Example

White with #5D7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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