#507605

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

Shades of Fiji Green #507605

Tints of Fiji Green #507605

Color information

#507605 (or 0x507605) is unknown color: approx Fiji Green. HEX triplet: 50, 76 and 05. RGB value is (80,118,5). Sum of RGB (Red+Green+Blue) = 80+118+5=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #507605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507605 is #AF89FA. Grayscale: #5E5E5E. Windows color (decimal): -11504123 or 357968. OLE color: 357968.

HSL color Cylindrical-coordinate representation of color #507605: hue angle of 80.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #507605 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB801185-
CMYK0.3200.960.54
HSL80.18º91.87%24.12%-
HSV(B)80.18º95.76%46.27%-
XYZ9.8114.672.46-
YUV93.7677.91118.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=39.41%
G=58.13%
B=2.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8011850.3200.960.5480.1891.8724.12
Hex507652006036505c18
Octal12016654001406612013430
Binary10100001110110101100000011000001101101010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507605; }

 p { color: rgb(80,118,5); }

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

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

 a { background-color: rgb(80,118,5); }

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

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

 span { border-color: rgb(80,118,5); }

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