#507608

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

Shades of Fiji Green #507608

Tints of Fiji Green #507608

Color information

#507608 (or 0x507608) is unknown color: approx Fiji Green. HEX triplet: 50, 76 and 08. RGB value is (80,118,8). Sum of RGB (Red+Green+Blue) = 80+118+8=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #507608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507608 is #AF89F7. Grayscale: #5E5E5E. Windows color (decimal): -11504120 or 554576. OLE color: 554576.

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

Color convert

RGB801188-
CMYK0.3200.930.54
HSL80.73º87.3%24.71%-
HSV(B)80.73º93.22%46.27%-
XYZ9.8314.682.55-
YUV94.179.41117.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=38.83%
G=57.28%
B=3.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8011880.3200.930.5480.7387.324.71
Hex507682005D36515719
Octal120166104001356612112731
Binary101000011101101000100000010111011101101010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507608; }

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

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

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

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

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

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

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

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