Html Css Color HEX #5E6701 Fiji Green

📋 copy color: '#5E6701'

red 94 ◦ green 103 ◦ blue 1

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

Shades of Fiji Green #5E6701

Tints of Fiji Green #5E6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.02%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 47.47%
G = 52.02%
B = 0.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#5E6701 (or 0x5E6701) is known color: Fiji Green. HEX triplet: 5E, 67 and 01. RGB value is (94,103,1). Sum of RGB (Red+Green+Blue) = 94+103+1=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6701 is #A198FE. Grayscale: #595959. Windows color (decimal): -10590463 or 91998. OLE color: 91998.

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

Color convert

RGB 94 103 1 -
CMYK 0.09 0 0.99 0.60
HSL 65.29º 0.98% 0.2% -
HSV(B) 65.29º 0.99% 0.4% -
XYZ 9.47 12.08 1.86 -
YUV 88.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 94 103 1 0.09 0 0.99 0.60 65.29 0.98 0.2
Hex 5E 67 1 9 0 63 3C 41 62 14
Octal 136 147 1 11 0 143 74 101 142 24
Binary 1011110 1100111 1 1001 0 1100011 111100 1000001 1100010 10100

Color Harmonies of #5E6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6701

Black with #5E6701

Text Example


Text Example

White with #5E6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,103,1); }

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

background-color css

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

 a { background-color: rgb(94,103,1); }

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

border-color css

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

 span { border-color: rgb(94,103,1); }

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