#50770C

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

Shades of Fiji Green #50770C

Tints of Fiji Green #50770C

Color information

#50770C (or 0x50770C) is unknown color: approx Fiji Green. HEX triplet: 50, 77 and 0C. RGB value is (80,119,12). Sum of RGB (Red+Green+Blue) = 80+119+12=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #50770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50770C is #AF88F3. Grayscale: #5F5F5F. Windows color (decimal): -11503860 or 816976. OLE color: 816976.

HSL color Cylindrical-coordinate representation of color #50770C: hue angle of 81.87º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50770C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB8011912-
CMYK0.3300.900.53
HSL81.87º81.68%25.69%-
HSV(B)81.87º89.92%46.67%-
XYZ9.9714.932.7-
YUV95.1481.08117.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=37.91%
G=56.40%
B=5.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119120.3300.900.5381.8781.6825.69
Hex5077C2105A3552521a
Octal120167144101326512212232
Binary101000011101111100100001010110101101011010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50770C; }

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

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

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

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

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

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

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

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