Html Css Color HEX #5D701E Fiji Green

📋 copy color: '#5D701E'

red 93 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #5D701E

Tints of Fiji Green #5D701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 39.57%
G = 47.66%
B = 12.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5D701E (or 0x5D701E) is known color: Fiji Green. HEX triplet: 5D, 70 and 1E. RGB value is (93,112,30). Sum of RGB (Red+Green+Blue) = 93+112+30=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #5D701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D701E is #A28FE1. Grayscale: #616161. Windows color (decimal): -10653666 or 1994845. OLE color: 1994845.

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

Color convert

RGB 93 112 30 -
CMYK 0.17 0 0.73 0.56
HSL 73.9º 0.58% 0.28% -
HSV(B) 73.9º 0.73% 0.44% -
XYZ 10.54 14.01 3.38 -
YUV 96.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 93 112 30 0.17 0 0.73 0.56 73.9 0.58 0.28
Hex 5D 70 1E 11 0 49 38 4A 3A 1C
Octal 135 160 36 21 0 111 70 112 72 34
Binary 1011101 1110000 11110 10001 0 1001001 111000 1001010 111010 11100

Color Harmonies of #5D701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D701E

Black with #5D701E

Text Example


Text Example

White with #5D701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,30); }

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

background-color css

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

 a { background-color: rgb(93,112,30); }

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

border-color css

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

 span { border-color: rgb(93,112,30); }

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