#507708

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

Shades of Fiji Green #507708

Tints of Fiji Green #507708

Color information

#507708 (or 0x507708) is unknown color: approx Fiji Green. HEX triplet: 50, 77 and 08. RGB value is (80,119,8). Sum of RGB (Red+Green+Blue) = 80+119+8=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #507708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507708 is #AF88F7. Grayscale: #5F5F5F. Windows color (decimal): -11503864 or 554832. OLE color: 554832.

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

Color convert

RGB801198-
CMYK0.3300.930.53
HSL81.08º87.4%24.9%-
HSV(B)81.08º93.28%46.67%-
XYZ9.9514.922.58-
YUV94.6879.08117.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=38.65%
G=57.49%
B=3.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8011980.3300.930.5381.0887.424.9
Hex507782105D35515719
Octal120167104101356512112731
Binary101000011101111000100001010111011101011010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507708; }

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

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

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

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

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

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

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

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