Html Css Color HEX #5D761E Fiji Green

📋 copy color: '#5D761E'

red 93 ◦ green 118 ◦ blue 30

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

Shades of Fiji Green #5D761E

Tints of Fiji Green #5D761E

RGB

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

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

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

R = 38.59%
G = 48.96%
B = 12.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#5D761E (or 0x5D761E) is known color: Fiji Green. HEX triplet: 5D, 76 and 1E. RGB value is (93,118,30). Sum of RGB (Red+Green+Blue) = 93+118+30=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #5D761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D761E is #A289E1. Grayscale: #646464. Windows color (decimal): -10652130 or 1996381. OLE color: 1996381.

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

Color convert

RGB 93 118 30 -
CMYK 0.21 0 0.75 0.54
HSL 77.05º 0.59% 0.29% -
HSV(B) 77.05º 0.75% 0.46% -
XYZ 11.23 15.38 3.6 -
YUV 100.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 93 118 30 0.21 0 0.75 0.54 77.05 0.59 0.29
Hex 5D 76 1E 15 0 4B 36 4D 3B 1D
Octal 135 166 36 25 0 113 66 115 73 35
Binary 1011101 1110110 11110 10101 0 1001011 110110 1001101 111011 11101

Color Harmonies of #5D761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D761E

Black with #5D761E

Text Example


Text Example

White with #5D761E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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