Html Css Color HEX #5E6316 Fiji Green

📋 copy color: '#5E6316'

red 94 ◦ green 99 ◦ blue 22

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

Shades of Fiji Green #5E6316

Tints of Fiji Green #5E6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 43.72%
G = 46.05%
B = 10.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#5E6316 (or 0x5E6316) is known color: Fiji Green. HEX triplet: 5E, 63 and 16. RGB value is (94,99,22). Sum of RGB (Red+Green+Blue) = 94+99+22=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6316 is #A19CE9. Grayscale: #595959. Windows color (decimal): -10591466 or 1467230. OLE color: 1467230.

HSL color Cylindrical-coordinate representation of color #5E6316: hue angle of 63.9º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E6316 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 99 22 -
CMYK 0.05 0 0.78 0.61
HSL 63.9º 0.64% 0.24% -
HSV(B) 63.9º 0.78% 0.39% -
XYZ 9.22 11.36 2.47 -
YUV 88.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 94 99 22 0.05 0 0.78 0.61 63.9 0.64 0.24
Hex 5E 63 16 5 0 4E 3D 40 40 18
Octal 136 143 26 5 0 116 75 100 100 30
Binary 1011110 1100011 10110 101 0 1001110 111101 1000000 1000000 11000

Color Harmonies of #5E6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6316

Black with #5E6316

Text Example


Text Example

White with #5E6316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,22); }

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

background-color css

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

 a { background-color: rgb(94,99,22); }

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

border-color css

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

 span { border-color: rgb(94,99,22); }

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