#5D780D

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

Shades of Fiji Green #5D780D

Tints of Fiji Green #5D780D

Color information

#5D780D (or 0x5D780D) is unknown color: approx Fiji Green. HEX triplet: 5D, 78 and 0D. RGB value is (93,120,13). Sum of RGB (Red+Green+Blue) = 93+120+13=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #5D780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D780D is #A287F2. Grayscale: #646464. Windows color (decimal): -10651635 or 882781. OLE color: 882781.

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

Color convert

RGB9312013-
CMYK0.2200.890.53
HSL75.14º80.45%26.08%-
HSV(B)75.14º89.17%47.06%-
XYZ11.315.792.83-
YUV99.7379.05123.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.15%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 13 (5.47% from 255) = 5.75%
R=41.15%
G=53.10%
B=5.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120130.2200.890.5375.1480.4526.08
Hex5D78D16059354b501a
Octal135170152601316511312032
Binary10111011111000110110110010110011101011001011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,120,13); }

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

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

 a { background-color: rgb(93,120,13); }

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

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

 span { border-color: rgb(93,120,13); }

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