Html Css Color HEX #5E780C Fiji Green

📋 copy color: '#5E780C'

red 94 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #5E780C

Tints of Fiji Green #5E780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.1%

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

R = 41.59%
G = 53.1%
B = 5.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#5E780C (or 0x5E780C) is known color: Fiji Green. HEX triplet: 5E, 78 and 0C. RGB value is (94,120,12). Sum of RGB (Red+Green+Blue) = 94+120+12=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #5E780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E780C is #A187F3. Grayscale: #646464. Windows color (decimal): -10586100 or 817246. OLE color: 817246.

HSL color Cylindrical-coordinate representation of color #5E780C: hue angle of 74.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E780C is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 120 12 -
CMYK 0.22 0 0.90 0.53
HSL 74.44º 0.82% 0.26% -
HSV(B) 74.44º 0.9% 0.47% -
XYZ 11.4 15.84 2.8 -
YUV 99.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 94 120 12 0.22 0 0.90 0.53 74.44 0.82 0.26
Hex 5E 78 C 16 0 5A 35 4A 52 1A
Octal 136 170 14 26 0 132 65 112 122 32
Binary 1011110 1111000 1100 10110 0 1011010 110101 1001010 1010010 11010

Color Harmonies of #5E780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E780C

Black with #5E780C

Text Example


Text Example

White with #5E780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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