Html Css Color HEX #5E6A04 Fiji Green

📋 copy color: '#5E6A04'

red 94 ◦ green 106 ◦ blue 4

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

Shades of Fiji Green #5E6A04

Tints of Fiji Green #5E6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.96%

 BLUE value IS 4 (1.95% from 255) = 1.96%

R = 46.08%
G = 51.96%
B = 1.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#5E6A04 (or 0x5E6A04) is known color: Fiji Green. HEX triplet: 5E, 6A and 04. RGB value is (94,106,4). Sum of RGB (Red+Green+Blue) = 94+106+4=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6A04 is #A195FB. Grayscale: #5B5B5B. Windows color (decimal): -10589692 or 289374. OLE color: 289374.

HSL color Cylindrical-coordinate representation of color #5E6A04: hue angle of 67.06º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E6A04 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 106 4 -
CMYK 0.11 0 0.96 0.58
HSL 67.06º 0.93% 0.22% -
HSV(B) 67.06º 0.96% 0.42% -
XYZ 9.79 12.7 2.05 -
YUV 90.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 94 106 4 0.11 0 0.96 0.58 67.06 0.93 0.22
Hex 5E 6A 4 B 0 60 3A 43 5D 16
Octal 136 152 4 13 0 140 72 103 135 26
Binary 1011110 1101010 100 1011 0 1100000 111010 1000011 1011101 10110

Color Harmonies of #5E6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6A04

Black with #5E6A04

Text Example


Text Example

White with #5E6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,106,4); }

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

background-color css

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

 a { background-color: rgb(94,106,4); }

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

border-color css

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

 span { border-color: rgb(94,106,4); }

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