Html Css Color HEX #5E700C Fiji Green

📋 copy color: '#5E700C'

red 94 ◦ green 112 ◦ blue 12

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

Shades of Fiji Green #5E700C

Tints of Fiji Green #5E700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 43.12%
G = 51.38%
B = 5.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#5E700C (or 0x5E700C) is known color: Fiji Green. HEX triplet: 5E, 70 and 0C. RGB value is (94,112,12). Sum of RGB (Red+Green+Blue) = 94+112+12=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #5E700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E700C is #A18FF3. Grayscale: #5F5F5F. Windows color (decimal): -10588148 or 815198. OLE color: 815198.

HSL color Cylindrical-coordinate representation of color #5E700C: hue angle of 70.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E700C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 12 -
CMYK 0.16 0 0.89 0.56
HSL 70.8º 0.81% 0.24% -
HSV(B) 70.8º 0.89% 0.44% -
XYZ 10.48 13.99 2.5 -
YUV 95.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 94 112 12 0.16 0 0.89 0.56 70.8 0.81 0.24
Hex 5E 70 C 10 0 59 38 47 51 18
Octal 136 160 14 20 0 131 70 107 121 30
Binary 1011110 1110000 1100 10000 0 1011001 111000 1000111 1010001 11000

Color Harmonies of #5E700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E700C

Black with #5E700C

Text Example


Text Example

White with #5E700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,12); }

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

background-color css

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

 a { background-color: rgb(94,112,12); }

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

border-color css

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

 span { border-color: rgb(94,112,12); }

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