#507908

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

Shades of Fiji Green #507908

Tints of Fiji Green #507908

Color information

#507908 (or 0x507908) is unknown color: approx Fiji Green. HEX triplet: 50, 79 and 08. RGB value is (80,121,8). Sum of RGB (Red+Green+Blue) = 80+121+8=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #507908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507908 is #AF86F7. Grayscale: #606060. Windows color (decimal): -11503352 or 555344. OLE color: 555344.

HSL color Cylindrical-coordinate representation of color #507908: hue angle of 81.77º degrees, saturation: 0.88, 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 #507908 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB801218-
CMYK0.3400.930.53
HSL81.77º87.6%25.29%-
HSV(B)81.77º93.39%47.45%-
XYZ10.1915.42.66-
YUV95.8678.42116.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 121 (47.66% from 255) = 57.89%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=38.28%
G=57.89%
B=3.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8012180.3400.930.5381.7787.625.29
Hex507982205D35525819
Octal120171104201356512213031
Binary101000011110011000100010010111011101011010010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507908; }

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

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

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

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

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

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

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

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