Html Css Color HEX #5E6F13 Fiji Green

📋 copy color: '#5E6F13'

red 94 ◦ green 111 ◦ blue 19

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

Shades of Fiji Green #5E6F13

Tints of Fiji Green #5E6F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.55%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 41.96%
G = 49.55%
B = 8.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#5E6F13 (or 0x5E6F13) is known color: Fiji Green. HEX triplet: 5E, 6F and 13. RGB value is (94,111,19). Sum of RGB (Red+Green+Blue) = 94+111+19=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6F13 is #A190EC. Grayscale: #5F5F5F. Windows color (decimal): -10588397 or 1273694. OLE color: 1273694.

HSL color Cylindrical-coordinate representation of color #5E6F13: hue angle of 71.09º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E6F13 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 111 19 -
CMYK 0.15 0 0.83 0.56
HSL 71.09º 0.71% 0.25% -
HSV(B) 71.09º 0.83% 0.44% -
XYZ 10.42 13.8 2.73 -
YUV 95.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 94 111 19 0.15 0 0.83 0.56 71.09 0.71 0.25
Hex 5E 6F 13 F 0 53 38 47 47 19
Octal 136 157 23 17 0 123 70 107 107 31
Binary 1011110 1101111 10011 1111 0 1010011 111000 1000111 1000111 11001

Color Harmonies of #5E6F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F13

Black with #5E6F13

Text Example


Text Example

White with #5E6F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,111,19); }

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

background-color css

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

 a { background-color: rgb(94,111,19); }

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

border-color css

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

 span { border-color: rgb(94,111,19); }

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