Html Css Color HEX #5E6500 Fiji Green

📋 copy color: '#5E6500'

red 94 ◦ green 101 ◦ blue 0

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

Shades of Fiji Green #5E6500

Tints of Fiji Green #5E6500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.79%

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

R = 48.21%
G = 51.79%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#5E6500 (or 0x5E6500) is known color: Fiji Green. HEX triplet: 5E, 65 and 00. RGB value is (94,101,0). Sum of RGB (Red+Green+Blue) = 94+101+0=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6500 is #A19AFF. Grayscale: #575757. Windows color (decimal): -10590976 or 25950. OLE color: 25950.

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

Color convert

RGB 94 101 0 -
CMYK 0.07 0 1 0.60
HSL 64.16º 1% 0.2% -
HSV(B) 64.16º 1% 0.4% -
XYZ 9.27 11.69 1.77 -
YUV 87.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 94 101 0 0.07 0 1 0.60 64.16 1 0.2
Hex 5E 65 0 7 0 64 3C 40 64 14
Octal 136 145 0 7 0 144 74 100 144 24
Binary 1011110 1100101 0 111 0 1100100 111100 1000000 1100100 10100

Color Harmonies of #5E6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6500

Black with #5E6500

Text Example


Text Example

White with #5E6500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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