#5C780A

Color #5C780A Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5C780A

Tints of Fiji Green #5C780A

Color information

#5C780A (or 0x5C780A) is unknown color: approx Fiji Green. HEX triplet: 5C, 78 and 0A. RGB value is (92,120,10). Sum of RGB (Red+Green+Blue) = 92+120+10=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #5C780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C780A is #A387F5. Grayscale: #636363. Windows color (decimal): -10717174 or 686172. OLE color: 686172.

HSL color Cylindrical-coordinate representation of color #5C780A: hue angle of 75.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C780A is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB9212010-
CMYK0.2300.920.53
HSL75.27º84.62%25.49%-
HSV(B)75.27º91.67%47.06%-
XYZ11.1815.732.73-
YUV99.0977.72122.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.44%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=41.44%
G=54.05%
B=4.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92120100.2300.920.5375.2784.6225.49
Hex5C78A1705C354b5519
Octal134170122701346511312531
Binary10111001111000101010111010111001101011001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,120,10); }

 H1.HeaderClassName
 {
   color: #5C780A;
 }
 .AnyTagClassName
 {
   color: #5C780A;
 }
</style>
background-color css

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

 a { background-color: rgb(92,120,10); }

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

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

 span { border-color: rgb(92,120,10); }

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