#50750A

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

Shades of Fiji Green #50750A

Tints of Fiji Green #50750A

Color information

#50750A (or 0x50750A) is unknown color: approx Fiji Green. HEX triplet: 50, 75 and 0A. RGB value is (80,117,10). Sum of RGB (Red+Green+Blue) = 80+117+10=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #50750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50750A is #AF8AF5. Grayscale: #5E5E5E. Windows color (decimal): -11504374 or 685392. OLE color: 685392.

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

Color convert

RGB8011710-
CMYK0.3200.910.54
HSL80.75º84.25%24.9%-
HSV(B)80.75º91.45%45.88%-
XYZ9.7214.452.56-
YUV93.7480.74118.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=38.65%
G=56.52%
B=4.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117100.3200.910.5480.7584.2524.9
Hex5075A2005B36515419
Octal120165124001336612112431
Binary101000011101011010100000010110111101101010001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50750A; }

 p { color: rgb(80,117,10); }

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

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

 a { background-color: rgb(80,117,10); }

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

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

 span { border-color: rgb(80,117,10); }

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