Html Css Color HEX #5E750D Fiji Green

📋 copy color: '#5E750D'

red 94 ◦ green 117 ◦ blue 13

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

Shades of Fiji Green #5E750D

Tints of Fiji Green #5E750D

RGB

 RED value IS 94 (37.11% from 255) = 41.96%

 GREEN value IS 117 (46.09% from 255) = 52.23%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 41.96%
G = 52.23%
B = 5.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#5E750D (or 0x5E750D) is known color: Fiji Green. HEX triplet: 5E, 75 and 0D. RGB value is (94,117,13). Sum of RGB (Red+Green+Blue) = 94+117+13=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #5E750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E750D is #A18AF2. Grayscale: #626262. Windows color (decimal): -10586867 or 882014. OLE color: 882014.

HSL color Cylindrical-coordinate representation of color #5E750D: hue angle of 73.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E750D is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 13 -
CMYK 0.20 0 0.89 0.54
HSL 73.27º 0.8% 0.25% -
HSV(B) 73.27º 0.89% 0.46% -
XYZ 11.05 15.13 2.72 -
YUV 98.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 94 117 13 0.20 0 0.89 0.54 73.27 0.8 0.25
Hex 5E 75 D 14 0 59 36 49 50 19
Octal 136 165 15 24 0 131 66 111 120 31
Binary 1011110 1110101 1101 10100 0 1011001 110110 1001001 1010000 11001

Color Harmonies of #5E750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E750D

Black with #5E750D

Text Example


Text Example

White with #5E750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,13); }

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

background-color css

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

 a { background-color: rgb(94,117,13); }

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

border-color css

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

 span { border-color: rgb(94,117,13); }

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