Html Css Color HEX #5E680C Fiji Green

📋 copy color: '#5E680C'

red 94 ◦ green 104 ◦ blue 12

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

Shades of Fiji Green #5E680C

Tints of Fiji Green #5E680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 44.76%
G = 49.52%
B = 5.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#5E680C (or 0x5E680C) is known color: Fiji Green. HEX triplet: 5E, 68 and 0C. RGB value is (94,104,12). Sum of RGB (Red+Green+Blue) = 94+104+12=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #5E680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E680C is #A197F3. Grayscale: #5A5A5A. Windows color (decimal): -10590196 or 813150. OLE color: 813150.

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

Color convert

RGB 94 104 12 -
CMYK 0.10 0 0.88 0.59
HSL 66.52º 0.79% 0.23% -
HSV(B) 66.52º 0.88% 0.41% -
XYZ 9.63 12.31 2.22 -
YUV 90.52 83.69 130.48 -
System Red Green Blue C M Y K H S L
Decimal 94 104 12 0.10 0 0.88 0.59 66.52 0.79 0.23
Hex 5E 68 C A 0 58 3B 43 4F 17
Octal 136 150 14 12 0 130 73 103 117 27
Binary 1011110 1101000 1100 1010 0 1011000 111011 1000011 1001111 10111

Color Harmonies of #5E680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E680C

Black with #5E680C

Text Example


Text Example

White with #5E680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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