Html Css Color HEX #5E760F Fiji Green

📋 copy color: '#5E760F'

red 94 ◦ green 118 ◦ blue 15

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

Shades of Fiji Green #5E760F

Tints of Fiji Green #5E760F

RGB

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

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

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

R = 41.41%
G = 51.98%
B = 6.61%

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

#5E760F (or 0x5E760F) is known color: Fiji Green. HEX triplet: 5E, 76 and 0F. RGB value is (94,118,15). Sum of RGB (Red+Green+Blue) = 94+118+15=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #5E760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E760F is #A189F0. Grayscale: #636363. Windows color (decimal): -10586609 or 1013342. OLE color: 1013342.

HSL color Cylindrical-coordinate representation of color #5E760F: hue angle of 73.98º 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 #5E760F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 15 -
CMYK 0.20 0 0.87 0.54
HSL 73.98º 0.77% 0.26% -
HSV(B) 73.98º 0.87% 0.46% -
XYZ 11.18 15.37 2.83 -
YUV 99.08 80.55 124.38 -
System Red Green Blue C M Y K H S L
Decimal 94 118 15 0.20 0 0.87 0.54 73.98 0.77 0.26
Hex 5E 76 F 14 0 57 36 4A 4D 1A
Octal 136 166 17 24 0 127 66 112 115 32
Binary 1011110 1110110 1111 10100 0 1010111 110110 1001010 1001101 11010

Color Harmonies of #5E760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E760F

Black with #5E760F

Text Example


Text Example

White with #5E760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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