Html Css Color HEX #5E750F Fiji Green

📋 copy color: '#5E750F'

red 94 ◦ green 117 ◦ blue 15

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

Shades of Fiji Green #5E750F

Tints of Fiji Green #5E750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 41.59%
G = 51.77%
B = 6.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#5E750F (or 0x5E750F) is known color: Fiji Green. HEX triplet: 5E, 75 and 0F. RGB value is (94,117,15). Sum of RGB (Red+Green+Blue) = 94+117+15=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #5E750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E750F is #A18AF0. Grayscale: #626262. Windows color (decimal): -10586865 or 1013086. OLE color: 1013086.

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

Color convert

RGB 94 117 15 -
CMYK 0.20 0 0.87 0.54
HSL 73.53º 0.77% 0.26% -
HSV(B) 73.53º 0.87% 0.46% -
XYZ 11.06 15.14 2.79 -
YUV 98.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 94 117 15 0.20 0 0.87 0.54 73.53 0.77 0.26
Hex 5E 75 F 14 0 57 36 4A 4D 1A
Octal 136 165 17 24 0 127 66 112 115 32
Binary 1011110 1110101 1111 10100 0 1010111 110110 1001010 1001101 11010

Color Harmonies of #5E750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E750F

Black with #5E750F

Text Example


Text Example

White with #5E750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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