#507108

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

Shades of Fiji Green #507108

Tints of Fiji Green #507108

Color information

#507108 (or 0x507108) is unknown color: approx Fiji Green. HEX triplet: 50, 71 and 08. RGB value is (80,113,8). Sum of RGB (Red+Green+Blue) = 80+113+8=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #507108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507108 is #AF8EF7. Grayscale: #5B5B5B. Windows color (decimal): -11505400 or 553296. OLE color: 553296.

HSL color Cylindrical-coordinate representation of color #507108: hue angle of 78.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #507108 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB801138-
CMYK0.2900.930.56
HSL78.86º86.78%23.73%-
HSV(B)78.86º92.92%44.31%-
XYZ9.2613.532.35-
YUV91.1681.07120.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=39.80%
G=56.22%
B=3.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8011380.2900.930.5678.8686.7823.73
Hex507181D05D384f5718
Octal120161103501357011712730
Binary10100001110001100011101010111011110001001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507108; }

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

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

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

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

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

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

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

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