#5E751C

Color #5E751C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E751C

Tints of Fiji Green #5E751C

Color information

#5E751C (or 0x5E751C) is unknown color: approx Fiji Green. HEX triplet: 5E, 75 and 1C. RGB value is (94,117,28). Sum of RGB (Red+Green+Blue) = 94+117+28=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #5E751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E751C is #A18AE3. Grayscale: #646464. Windows color (decimal): -10586852 or 1865054. OLE color: 1865054.

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

Color convert

RGB9411728-
CMYK0.2000.760.54
HSL75.51º61.38%28.43%-
HSV(B)75.51º76.07%45.88%-
XYZ11.1915.193.44-
YUV99.9887.38123.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.33%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 28 (11.33% from 255) = 11.72%
R=39.33%
G=48.95%
B=11.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94117280.2000.760.5475.5161.3828.43
Hex5E751C1404C364c3d1c
Octal13616534240114661147534
Binary10111101110101111001010001001100110110100110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E751C;
 }
 .AnyTagClassName
 {
   color: #5E751C;
 }
</style>
background-color css

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

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

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

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

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

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