#5F780D

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

Shades of Fiji Green #5F780D

Tints of Fiji Green #5F780D

Color information

#5F780D (or 0x5F780D) is unknown color: approx Fiji Green. HEX triplet: 5F, 78 and 0D. RGB value is (95,120,13). Sum of RGB (Red+Green+Blue) = 95+120+13=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #5F780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F780D is #A087F2. Grayscale: #646464. Windows color (decimal): -10520563 or 882783. OLE color: 882783.

HSL color Cylindrical-coordinate representation of color #5F780D: hue angle of 74.02º 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 #5F780D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB9512013-
CMYK0.2100.890.53
HSL74.02º80.45%26.08%-
HSV(B)74.02º89.17%47.06%-
XYZ11.5115.892.84-
YUV100.3378.72124.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.67%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 13 (5.47% from 255) = 5.70%
R=41.67%
G=52.63%
B=5.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120130.2100.890.5374.0280.4526.08
Hex5F78D15059354a501a
Octal137170152501316511212032
Binary10111111111000110110101010110011101011001010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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