Html Css Color HEX #5E750C Fiji Green

📋 copy color: '#5E750C'

red 94 ◦ green 117 ◦ blue 12

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

Shades of Fiji Green #5E750C

Tints of Fiji Green #5E750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

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

R = 42.15%
G = 52.47%
B = 5.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#5E750C (or 0x5E750C) is known color: Fiji Green. HEX triplet: 5E, 75 and 0C. RGB value is (94,117,12). Sum of RGB (Red+Green+Blue) = 94+117+12=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #5E750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E750C is #A18AF3. Grayscale: #626262. Windows color (decimal): -10586868 or 816478. OLE color: 816478.

HSL color Cylindrical-coordinate representation of color #5E750C: hue angle of 73.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E750C is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 12 -
CMYK 0.20 0 0.90 0.54
HSL 73.14º 0.81% 0.25% -
HSV(B) 73.14º 0.9% 0.46% -
XYZ 11.04 15.13 2.69 -
YUV 98.15 79.38 125.04 -
System Red Green Blue C M Y K H S L
Decimal 94 117 12 0.20 0 0.90 0.54 73.14 0.81 0.25
Hex 5E 75 C 14 0 5A 36 49 51 19
Octal 136 165 14 24 0 132 66 111 121 31
Binary 1011110 1110101 1100 10100 0 1011010 110110 1001001 1010001 11001

Color Harmonies of #5E750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E750C

Black with #5E750C

Text Example


Text Example

White with #5E750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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