#5D780B

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

Shades of Fiji Green #5D780B

Tints of Fiji Green #5D780B

Color information

#5D780B (or 0x5D780B) is unknown color: approx Fiji Green. HEX triplet: 5D, 78 and 0B. RGB value is (93,120,11). Sum of RGB (Red+Green+Blue) = 93+120+11=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #5D780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D780B is #A287F4. Grayscale: #636363. Windows color (decimal): -10651637 or 751709. OLE color: 751709.

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

Color convert

RGB9312011-
CMYK0.2200.910.53
HSL74.86º83.21%25.69%-
HSV(B)74.86º90.83%47.06%-
XYZ11.2915.782.77-
YUV99.578.05123.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=41.52%
G=53.57%
B=4.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120110.2200.910.5374.8683.2125.69
Hex5D78B1605B354b531a
Octal135170132601336511312332
Binary10111011111000101110110010110111101011001011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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