Html Css Color HEX #5E6800 Fiji Green

📋 copy color: '#5E6800'

red 94 ◦ green 104 ◦ blue 0

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

Shades of Fiji Green #5E6800

Tints of Fiji Green #5E6800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.47%
G = 52.53%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#5E6800 (or 0x5E6800) is known color: Fiji Green. HEX triplet: 5E, 68 and 00. RGB value is (94,104,0). Sum of RGB (Red+Green+Blue) = 94+104+0=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6800 is #A197FF. Grayscale: #595959. Windows color (decimal): -10590208 or 26718. OLE color: 26718.

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

Color convert

RGB 94 104 0 -
CMYK 0.10 0 1 0.59
HSL 65.77º 1% 0.2% -
HSV(B) 65.77º 1% 0.41% -
XYZ 9.57 12.28 1.87 -
YUV 89.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 94 104 0 0.10 0 1 0.59 65.77 1 0.2
Hex 5E 68 0 A 0 64 3B 42 64 14
Octal 136 150 0 12 0 144 73 102 144 24
Binary 1011110 1101000 0 1010 0 1100100 111011 1000010 1100100 10100

Color Harmonies of #5E6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6800

Black with #5E6800

Text Example


Text Example

White with #5E6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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