Html Css Color HEX #5E681A Fiji Green

📋 copy color: '#5E681A'

red 94 ◦ green 104 ◦ blue 26

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

Shades of Fiji Green #5E681A

Tints of Fiji Green #5E681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 41.96%
G = 46.43%
B = 11.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#5E681A (or 0x5E681A) is known color: Fiji Green. HEX triplet: 5E, 68 and 1A. RGB value is (94,104,26). Sum of RGB (Red+Green+Blue) = 94+104+26=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #5E681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E681A is #A197E5. Grayscale: #5C5C5C. Windows color (decimal): -10590182 or 1730654. OLE color: 1730654.

HSL color Cylindrical-coordinate representation of color #5E681A: hue angle of 67.69º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E681A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 104 26 -
CMYK 0.10 0 0.75 0.59
HSL 67.69º 0.6% 0.25% -
HSV(B) 67.69º 0.75% 0.41% -
XYZ 9.75 12.35 2.85 -
YUV 92.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 94 104 26 0.10 0 0.75 0.59 67.69 0.6 0.25
Hex 5E 68 1A A 0 4B 3B 44 3C 19
Octal 136 150 32 12 0 113 73 104 74 31
Binary 1011110 1101000 11010 1010 0 1001011 111011 1000100 111100 11001

Color Harmonies of #5E681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E681A

Black with #5E681A

Text Example


Text Example

White with #5E681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,104,26); }

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

background-color css

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

 a { background-color: rgb(94,104,26); }

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

border-color css

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

 span { border-color: rgb(94,104,26); }

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