Html Css Color HEX #5E7200 Fiji Green

📋 copy color: '#5E7200'

red 94 ◦ green 114 ◦ blue 0

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

Shades of Fiji Green #5E7200

Tints of Fiji Green #5E7200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.81%

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

R = 45.19%
G = 54.81%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#5E7200 (or 0x5E7200) is known color: Fiji Green. HEX triplet: 5E, 72 and 00. RGB value is (94,114,0). Sum of RGB (Red+Green+Blue) = 94+114+0=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7200 is #A18DFF. Grayscale: #5F5F5F. Windows color (decimal): -10587648 or 29278. OLE color: 29278.

HSL color Cylindrical-coordinate representation of color #5E7200: hue angle of 70.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E7200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 114 0 -
CMYK 0.18 0 1 0.55
HSL 70.53º 1% 0.22% -
HSV(B) 70.53º 1% 0.45% -
XYZ 10.63 14.41 2.22 -
YUV 95.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 94 114 0 0.18 0 1 0.55 70.53 1 0.22
Hex 5E 72 0 12 0 64 37 47 64 16
Octal 136 162 0 22 0 144 67 107 144 26
Binary 1011110 1110010 0 10010 0 1100100 110111 1000111 1100100 10110

Color Harmonies of #5E7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7200

Black with #5E7200

Text Example


Text Example

White with #5E7200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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